[nvim] feat: change treesitter parsers list

This commit is contained in:
David JULIEN 2023-01-10 10:31:28 +01:00
parent 816cb15a5b
commit 735e3ff65f

View File

@ -4,7 +4,7 @@
-- Description : treesitter config file
require("nvim-treesitter.configs").setup {
ensure_installed = { "c", "lua", "rust", "bash", "vim" },
ensure_installed = { "c", "lua", "python", "rust", "bash", "latex" },
highlight = {
enable = true,
},