treesitter autoinstall

pull/424/head
vladstojna 2 years ago committed by vladstojna
parent 810901880d
commit 7419bd147e

@ -328,7 +328,7 @@ require('nvim-treesitter.configs').setup {
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,
auto_install = true,
highlight = { enable = true },
indent = { enable = true },

Loading…
Cancel
Save