Skip to content

Commit

Permalink
set Treesitter to install all parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwendacz99 committed Oct 7, 2023
1 parent 8d844cc commit 8790289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return function()
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = { "vim", "markdown_inline", "html", "dockerfile", "cpp", "css", "markdown", "c", "gitcommit", "bash", "phpdoc", "comment", "python", "http", "php", "regex", "json5", "lua", "gitattributes", "gitignore", "json", "git_rebase", "javascript", "perl", "sql", "yaml", "nix" },
ensure_installed = "all",

-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = true,
Expand Down

0 comments on commit 8790289

Please sign in to comment.