completions, dashboard, debug, lsp, none-ls, treesitter
This commit is contained in:
parent
cc3f80c743
commit
e00ef683fa
7 changed files with 180 additions and 34 deletions
|
|
@ -3,7 +3,7 @@ return {"nvim-treesitter/nvim-treesitter",
|
|||
config = function()
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
configs.setup({
|
||||
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue