enable exrc
This commit is contained in:
parent
83e5f4aa72
commit
8b35d2ebe3
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ vim.opt.completeopt = "menuone,noselect,preview"
|
|||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
vim.opt.foldenable = false
|
||||
vim.opt.exrc = true
|
||||
|
|
Loading…
Reference in a new issue