feat: move to new treesitter.
This commit is contained in:
parent
84168cc231
commit
7c2b42d916
14 changed files with 19 additions and 26 deletions
|
|
@ -16,6 +16,9 @@ vim.lsp.config("*", {
|
|||
root_markers = { '.git' },
|
||||
})
|
||||
|
||||
-- fix annoying lua lsp errors
|
||||
require("lazydev").setup()
|
||||
|
||||
-- enable specific language servers
|
||||
vim.lsp.enable({
|
||||
"nixd",
|
||||
|
|
@ -33,6 +36,3 @@ vim.lsp.enable({
|
|||
|
||||
-- diagnostic settings
|
||||
vim.diagnostic.config({ virtual_text = true })
|
||||
|
||||
-- fix annoying lua lsp errors
|
||||
require("lazydev").setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue