Compare commits

...

3 commits

3 changed files with 3 additions and 2 deletions

View file

@ -26,6 +26,7 @@ in
marksman
nil
nodePackages.bash-language-server
python3Packages.python-lsp-server
rnix-lsp
shellcheck

View file

@ -17,8 +17,9 @@ lspconfig.lua_ls.setup {
debounce_text_changes = 150,
}
}
lspconfig.marksman.setup{}
lspconfig.nil_ls.setup {}
lspconfig.pylsp.setup {}
vim.api.nvim_create_autocmd('LspAttach', {
desc = 'LSP actions',
callback = function()

View file

@ -6,6 +6,5 @@ ts.setup {
sync_install = false,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
}
}