Compare commits
No commits in common. "becc0ad0c410e83a591aa641e771aecc0a8a383b" and "c304df1f95abf8652c25bbd3fe545e226d883da6" have entirely different histories.
becc0ad0c4
...
c304df1f95
3 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,6 @@ in
|
|||
marksman
|
||||
nil
|
||||
nodePackages.bash-language-server
|
||||
python3Packages.python-lsp-server
|
||||
rnix-lsp
|
||||
shellcheck
|
||||
|
||||
|
|
|
@ -17,9 +17,8 @@ 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()
|
||||
|
|
|
@ -6,5 +6,6 @@ ts.setup {
|
|||
sync_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue