add python to ensure_installed
parent
0b334ea328
commit
b210fe3dfa
|
@ -1,6 +1,6 @@
|
||||||
require 'nvim-treesitter.configs'.setup {
|
require 'nvim-treesitter.configs'.setup {
|
||||||
-- A list of parser names, or "all" (the four listed parsers should always be installed)
|
-- A list of parser names, or "all" (the four listed parsers should always be installed)
|
||||||
ensure_installed = { "help", "javascript", "typescript", "c", "lua", "vim" },
|
ensure_installed = { "help", "javascript", "typescript", "c", "lua", "vim", "python" },
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
|
|
Loading…
Reference in New Issue