(neovim) Go back to LazyVim, as it's blazingy fast.

This commit is contained in:
Bartek Stalewski 2025-07-13 01:14:36 +02:00
parent 977453fa05
commit 737fb45fac
No known key found for this signature in database
48 changed files with 644 additions and 508 deletions

View file

@ -1,20 +0,0 @@
return {
cmd = { "lua-language-server" },
filetypes = { "lua" },
settings = {
Lua = {
diagnostics = {
globals = {
"vim",
"Snacks",
},
},
},
},
capabilities = vim.tbl_deep_extend("force", {}, vim.lsp.protocol.make_client_capabilities(), {
fileOperations = {
didRename = true,
willRename = true,
},
}),
}

View file

@ -1,5 +0,0 @@
return {
cmd = { "terraform-ls", "serve" },
filetypes = { "terraform", "hcl" },
root_markers = { ".terraform", ".git" },
}