Skip to content

Commit

Permalink
adds nu to the list of TS installed
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Nov 5, 2024
1 parent 0a3ccb1 commit 26afb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/after/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end

require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "ruby", "typescript", "javascript", "go", "lua", "vim", "query", "vimdoc", "c", "rust" },
ensure_installed = { "ruby", "typescript", "javascript", "go", "lua", "vim", "query", "vimdoc", "c", "rust", "nu" },

sync_install = true,
auto_install = false,
Expand Down

0 comments on commit 26afb7f

Please sign in to comment.