mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48:24 +02:00
stylua and removal mason reliance
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
require'nvim-treesitter.config'.setup {
|
||||
require("nvim-treesitter.config").setup {
|
||||
ensure_installed = "all",
|
||||
sync_install = true,
|
||||
auto_install = true,
|
||||
highlight = {enable = true, additional_vim_regex_highlighting = false},
|
||||
indent = {enable = true, disable = {}},
|
||||
autotag = {enable = true}
|
||||
highlight = { enable = true, additional_vim_regex_highlighting = false },
|
||||
indent = { enable = true, disable = {} },
|
||||
autotag = { enable = true },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user