nvim: add nil_ls

This commit is contained in:
PowerUser64 2022-12-23 15:17:19 -08:00
parent 4142260982
commit cdbc693e6e

View file

@ -268,6 +268,7 @@ M.lspconfig = function()
'eslint',
'jsonls',
'kotlin_language_server',
'nil_ls',
}
for _, lsp in pairs(lsp_servers) do
nvim_lsp[lsp].setup {