initial
This commit is contained in:
commit
8cc59af68e
37 changed files with 72435 additions and 0 deletions
31
lua/plugins/treesitter.lua
Normal file
31
lua/plugins/treesitter.lua
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---@type LazySpec
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"vim",
|
||||
"python",
|
||||
"comment",
|
||||
"dockerfile",
|
||||
"bash",
|
||||
"css",
|
||||
"scss",
|
||||
"gitcommit",
|
||||
"gitignore",
|
||||
"gitattributes",
|
||||
"html",
|
||||
"htmldjango",
|
||||
"javascript",
|
||||
"json",
|
||||
"markdown",
|
||||
"mermaid",
|
||||
"sql",
|
||||
"toml",
|
||||
"vim",
|
||||
"yaml",
|
||||
"go",
|
||||
"templ",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue