initial refactor
This commit is contained in:
parent
c144250c75
commit
86d707340b
10 changed files with 165 additions and 240 deletions
|
|
@ -1,20 +1,20 @@
|
|||
local configs = require("nvim-treesitter.configs")
|
||||
-- local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = {
|
||||
"c",
|
||||
"lua",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"query",
|
||||
"elixir",
|
||||
"heex",
|
||||
"javascript",
|
||||
"html",
|
||||
"css",
|
||||
"typescript",
|
||||
},
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
})
|
||||
-- configs.setup({
|
||||
-- ensure_installed = {
|
||||
-- "c",
|
||||
-- "lua",
|
||||
-- "vim",
|
||||
-- "vimdoc",
|
||||
-- "query",
|
||||
-- "elixir",
|
||||
-- "heex",
|
||||
-- "javascript",
|
||||
-- "html",
|
||||
-- "css",
|
||||
-- "typescript",
|
||||
-- },
|
||||
-- sync_install = false,
|
||||
-- highlight = { enable = true },
|
||||
-- indent = { enable = true },
|
||||
-- })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue