mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: add hugo+knap
This commit is contained in:
parent
d75777ef85
commit
a0591215a8
9 changed files with 222 additions and 31 deletions
|
@ -3,7 +3,18 @@ return {
|
|||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = { "c", "lua", "typescript", "go", "vim", "vimdoc", "query", "markdown", "markdown_inline" },
|
||||
ensure_installed = {
|
||||
"c",
|
||||
"lua",
|
||||
"typescript",
|
||||
"go",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"query",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"templ",
|
||||
},
|
||||
ignore_install = {},
|
||||
modules = {},
|
||||
sync_install = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue