neovim plugin cleanup

This commit is contained in:
Alexander Navarro 2024-11-22 13:29:05 -03:00
parent ec617fabc2
commit 4a5a878a7f
9 changed files with 69 additions and 161 deletions

View file

@ -86,17 +86,5 @@ return {
-- Uncoment this line to disable auto folding on file open
vim.cmd("set nofoldenable")
-- TODO: remove this when blade treesitter is added to nvim-treesitter repo
-- Also remove the "config/nvim/after/queries/blade" folder.
local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
parser_config.blade = {
install_info = {
url = "https://github.com/EmranMR/tree-sitter-blade",
files = { "src/parser.c" },
branch = "main",
},
filetype = "blade",
}
end,
}