add terraform language server
This commit is contained in:
parent
c0ee34bb94
commit
e969ba230b
4 changed files with 18 additions and 16 deletions
|
@ -32,6 +32,6 @@ local on_attach = function(client, bufnr)
|
|||
vim.keymap.set('n', '<leader>f', function() vim.lsp.buf.format { async = true } end, bufopts)
|
||||
end
|
||||
|
||||
require("lspconfig").pylsp.setup{
|
||||
on_attach = on_attach
|
||||
}
|
||||
require("lspconfig").pylsp.setup{ on_attach = on_attach }
|
||||
|
||||
require'lspconfig'.terraformls.setup{ on_attach = on_attach }
|
||||
|
|
Reference in a new issue