feat(nvim): enable exrc; drop unused file
This commit is contained in:
@@ -30,6 +30,8 @@ opt.timeoutlen = 500
|
|||||||
|
|
||||||
opt.completeopt = ""
|
opt.completeopt = ""
|
||||||
|
|
||||||
|
opt.exrc = true
|
||||||
|
|
||||||
opt.autoread = true
|
opt.autoread = true
|
||||||
vim.g.autoread = true
|
vim.g.autoread = true
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
M = {
|
|
||||||
"lua_ls",
|
|
||||||
"pyright",
|
|
||||||
"gopls",
|
|
||||||
"clangd",
|
|
||||||
"rust_analyzer",
|
|
||||||
"ts_ls",
|
|
||||||
"jsonls",
|
|
||||||
"cssls",
|
|
||||||
"nil_ls",
|
|
||||||
"html",
|
|
||||||
}
|
|
||||||
|
|
||||||
return M
|
|
||||||
Reference in New Issue
Block a user