nvim: add variable values DAP plugin
This commit is contained in:
parent
9776ecd7d2
commit
e996dfedf0
2 changed files with 31 additions and 15 deletions
|
@ -209,8 +209,10 @@ M.lspconfig = function()
|
|||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||
-- map buffer local keybindings when the language server attaches
|
||||
local lsp_servers = {
|
||||
clangd = 'clangd',
|
||||
html = 'vscode-html-language-server',
|
||||
clangd = 'clangd',
|
||||
html = 'vscode-html-language-server',
|
||||
sumneko_lua = 'lua-language-server',
|
||||
bashls = 'bash-language-server',
|
||||
}
|
||||
for lsp, exe in pairs(lsp_servers) do
|
||||
if (vim.fn.executable(exe) == 1) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue