update to new format
This commit is contained in:
@@ -2,11 +2,10 @@ return {
|
|||||||
{
|
{
|
||||||
"https://github.com/neovim/nvim-lspconfig",
|
"https://github.com/neovim/nvim-lspconfig",
|
||||||
config = function()
|
config = function()
|
||||||
local lspconfig = require("lspconfig")
|
vim.lsp.enable('pyright')
|
||||||
lspconfig.gopls.setup({})
|
vim.lsp.enable('gopls')
|
||||||
lspconfig.pyright.setup({})
|
vim.lsp.enable('terraformls')
|
||||||
require'lspconfig'.terraformls.setup{}
|
vim.lsp.enable('tflint')
|
||||||
require'lspconfig'.tflint.setup{}
|
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user