neovim: Drop pug / ecr

There really isn't a reason to use pug or ecr in 2024 when the
development experience with JSX/TSX is so great, and sticking to
what's popular makes it easier for other people to contribute.
This commit is contained in:
Donovan Glover 2024-08-09 13:36:48 -04:00
parent 92851019c8
commit 0286b818de
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -99,7 +99,6 @@
nnoremap <silent> <leader>b :Vista!!<CR>
vnoremap <C-s> y:silent !notify-send -t 4000 "" "$(tango '<C-r>0')"<CR>:<Esc>
autocmd BufNewFile,BufRead *.ecr setlocal syntax=html
autocmd BufWritePre,FileWritePre * silent! call mkdir(expand('<afile>:p:h'), 'p')
autocmd VimEnter * silent! :cd `git rev-parse --show-toplevel`
@ -453,7 +452,6 @@
and lang ~= "css"
and lang ~= "glsl"
and lang ~= "nix"
and lang ~= "pug"
and lang ~= "prisma"
end,
additional_vim_regex_highlighting = true,