Add pug and html renderer. Implement hidden flag.
This commit is contained in:
parent
aa563e60ea
commit
3684688cdc
16 changed files with 119 additions and 33 deletions
15
.nvim.lua
Normal file
15
.nvim.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
fzf_ignore_dirs = {
|
||||
"node_modules",
|
||||
"dist",
|
||||
"build",
|
||||
".next",
|
||||
"coverage"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
use('prettier/vim-prettier')
|
||||
vim.g['prettier#autoformat'] = 1
|
||||
vim.g['prettier#quickfix_enabled'] = 0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue