feat(nonels): lua formatting
This commit is contained in:
parent
a33ed53635
commit
66ee14e884
9 changed files with 198 additions and 203 deletions
|
@ -1,12 +1,12 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup{
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true }
|
||||
}
|
||||
end
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup {
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
highlight = {enable = true},
|
||||
indent = {enable = true}
|
||||
}
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue