Added the new debuggers in the nvim

This commit is contained in:
Marcin Woźniak
2022-07-18 21:08:52 +02:00
parent a13cc851e4
commit 1be12bd677
2 changed files with 65 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ local handlers = {
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = { 'pyright', 'bashls', 'ansiblels', 'gopls', 'solargraph'}
local servers = { 'pyright', 'bashls', 'ansiblels', 'gopls', 'solargraph', 'terraformls'}
for _, lsp in pairs(servers) do
require('lspconfig')[lsp].setup {
on_attach = on_attach,