mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Fix double lsp
This commit is contained in:
@@ -7,10 +7,14 @@ return {
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
configs.setup({
|
||||
sync_install = true,
|
||||
ensure_installed = { "typst", "go", "bash", "python", "nix", "lua" },
|
||||
ensure_installed = { "css", "html", "rust", "php", "typst", "go", "bash", "python", "nix", "lua", "cpp", "c", "java" },
|
||||
auto_install = true,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
fold = { enable = true },
|
||||
|
||||
ignore_install = {},
|
||||
modules = {},
|
||||
})
|
||||
end
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user