initial commit
This commit is contained in:
commit
9784dfe498
12 changed files with 329 additions and 0 deletions
8
lua/plugin/treesitter.lua
Normal file
8
lua/plugin/treesitter.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue