mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
remove defunct gotmpl stuff as it's now natively supported with helm lsp
This commit is contained in:
parent
aca14cabde
commit
2bf45e8122
2 changed files with 0 additions and 11 deletions
|
@ -1,3 +0,0 @@
|
|||
augroup filetypedetect
|
||||
autocmd BufNewFile,BufRead *.tmpl, if search('{{.\+}}', 'nw') | setlocal filetype=gotmpl | endif
|
||||
augroup END
|
|
@ -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"}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue