ref(nvim): formatted entire config

This commit is contained in:
Léana 江 2023-10-25 23:30:24 +02:00 committed by Léana 江
parent 57db1d60e4
commit d83c5c1ace
16 changed files with 280 additions and 280 deletions

View file

@ -1,4 +1,4 @@
require("nvim-treesitter.configs").setup({
require "nvim-treesitter.configs".setup {
ensure_installed = {},
sync_install = false,
auto_install = true,
@ -6,4 +6,4 @@ require("nvim-treesitter.configs").setup({
enable = true,
additional_vim_regex_highlighting = false,
},
})
}