remove defunct gotmpl stuff as it's now natively supported with helm lsp

This commit is contained in:
JesseBot 2024-03-24 14:30:17 +01:00
parent aca14cabde
commit 2bf45e8122
2 changed files with 0 additions and 11 deletions

View file

@ -1,3 +0,0 @@
augroup filetypedetect
autocmd BufNewFile,BufRead *.tmpl, if search('{{.\+}}', 'nw') | setlocal filetype=gotmpl | endif
augroup END

View file

@ -49,11 +49,3 @@ require'nvim-treesitter.configs'.setup {
}
local parser_config = require'nvim-treesitter.parsers'.get_parser_configs()
parser_config.gotmpl = {
install_info = {
url = "https://github.com/ngalaiko/tree-sitter-go-template",
files = {"src/parser.c"}
},
filetype = "gotmpl",
used_by = {"gohtmltmpl", "gotexttmpl", "gotmpl", "yaml"}
}