enable exrc

This commit is contained in:
Andy Teijelo 2024-05-09 11:57:14 -04:00
parent 83e5f4aa72
commit 8b35d2ebe3

View file

@ -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