nvim: treesitter config update
This commit is contained in:
parent
ee2f907834
commit
ba0e424d5c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require("nvim-treesitter.configs").setup {
|
||||
ensure_installed = "maintained",
|
||||
ensure_installed = "all",
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
|
|
Loading…
Reference in a new issue