completions, dashboard, debug, lsp, none-ls, treesitter

This commit is contained in:
gregladden 2024-03-08 22:29:18 -06:00
parent cc3f80c743
commit e00ef683fa
7 changed files with 180 additions and 34 deletions

View file

@ -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 },