(neovim) Go back to LazyVim, as it's blazingy fast.
This commit is contained in:
parent
977453fa05
commit
737fb45fac
48 changed files with 644 additions and 508 deletions
10
config/common/nvim/lua/plugins/lsp.lua
Normal file
10
config/common/nvim/lua/plugins/lsp.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"lua-language-server",
|
||||
"terraform-ls",
|
||||
"tflint",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue