zig and some qf silliness
This commit is contained in:
parent
3d9a24ced8
commit
a25ca205ca
4 changed files with 46 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ return {
|
|||
-- good default parsers
|
||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "markdown",
|
||||
"markdown_inline", "java", "bash", "css", "html", "luadoc",
|
||||
"make"
|
||||
"make", "zig"
|
||||
},
|
||||
|
||||
-- indentation
|
||||
|
|
@ -74,13 +74,4 @@ return {
|
|||
map("n", "<leader>j", require("treesj").toggle, { desc = "fold code" })
|
||||
end
|
||||
},
|
||||
|
||||
{ "windwp/nvim-ts-autotag",
|
||||
reqs = "nvim-treesitter/nvim-treesitter",
|
||||
disable = true,
|
||||
-- lazy = dep_short.auto({ "BufReadPre", "BufNewFile" }),
|
||||
load = function()
|
||||
require("nvim-ts-autotag").setup {}
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue