Add support for more formatter's, stylua config.
This commit is contained in:
parent
24f7bb50b6
commit
ccc9ffa2db
19 changed files with 472 additions and 420 deletions
|
@ -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,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue