changes from claymore on п'ятниця, 6 грудня 2024 15:56:57 +0200
This commit is contained in:
parent
2d78859c04
commit
0c13c06830
|
@ -27,15 +27,3 @@ vim.opt.updatetime = 50
|
|||
-- vim.opt.colorcolumn = "80"
|
||||
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
|
||||
function DetectGoHtmlTmpl()
|
||||
if expand('%:e') == "html" && search("{{") != 0
|
||||
setfiletype gohtmltmpl
|
||||
endif
|
||||
endfunction
|
||||
|
||||
augroup filetypedetect
|
||||
" gohtmltmpl
|
||||
au BufRead,BufNewFile *.html call DetectGoHtmlTmpl()
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue