feat(exrc): enabled exrc
This commit is contained in:
@@ -27,6 +27,7 @@ return {
|
||||
"linematch:60",
|
||||
},
|
||||
expandtab = true,
|
||||
exrc = true, -- Execute .nvim.lua files in workspaces
|
||||
grepprg = vim.fn.executable("rg") and "rg --vimgrep" or nil,
|
||||
guifont = {
|
||||
"VictorMono Nerd Font",
|
||||
|
||||
Reference in New Issue
Block a user