Added the new debuggers in the nvim

This commit is contained in:
2022-07-18 21:08:52 +02:00
committed by Marcin Woźniak
parent b343852d00
commit 362a590308
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,