Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
3c4deabbcc
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ M.lspconfig = function()
|
|||
bashls = 'bash-language-server',
|
||||
rust_analyzer = 'rust-analyzer',
|
||||
dockerls = 'docker-langserver',
|
||||
yamlls = 'yaml-language-server',
|
||||
}
|
||||
for lsp, exe in pairs(lsp_servers) do
|
||||
if (vim.fn.executable(exe) == 1) then
|
||||
|
|
Loading…
Add table
Reference in a new issue