feat(nvim): enable exrc; drop unused file

This commit is contained in:
2025-09-14 11:11:58 +08:00
parent 763c55b68e
commit 1eaee50e82
2 changed files with 2 additions and 14 deletions

View File

@@ -30,6 +30,8 @@ opt.timeoutlen = 500
opt.completeopt = ""
opt.exrc = true
opt.autoread = true
vim.g.autoread = true

View File

@@ -1,14 +0,0 @@
M = {
"lua_ls",
"pyright",
"gopls",
"clangd",
"rust_analyzer",
"ts_ls",
"jsonls",
"cssls",
"nil_ls",
"html",
}
return M