Add support for more formatter's, stylua config.

This commit is contained in:
CronyAkatsuki 2023-12-24 19:46:29 +01:00
parent 24f7bb50b6
commit ccc9ffa2db
19 changed files with 472 additions and 420 deletions

View file

@ -1,10 +1,10 @@
require 'nvim-treesitter.configs'.setup {
ensure_installed = { "lua", "bash" },
sync_install = false,
auto_install = true,
require("nvim-treesitter.configs").setup({
ensure_installed = { "lua", "bash" },
sync_install = false,
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
})