mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
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:
parent
92851019c8
commit
0286b818de
@ -99,7 +99,6 @@
|
|||||||
nnoremap <silent> <leader>b :Vista!!<CR>
|
nnoremap <silent> <leader>b :Vista!!<CR>
|
||||||
vnoremap <C-s> y:silent !notify-send -t 4000 "成果" "$(tango '<C-r>0')"<CR>:<Esc>
|
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 BufWritePre,FileWritePre * silent! call mkdir(expand('<afile>:p:h'), 'p')
|
||||||
autocmd VimEnter * silent! :cd `git rev-parse --show-toplevel`
|
autocmd VimEnter * silent! :cd `git rev-parse --show-toplevel`
|
||||||
|
|
||||||
@ -453,7 +452,6 @@
|
|||||||
and lang ~= "css"
|
and lang ~= "css"
|
||||||
and lang ~= "glsl"
|
and lang ~= "glsl"
|
||||||
and lang ~= "nix"
|
and lang ~= "nix"
|
||||||
and lang ~= "pug"
|
|
||||||
and lang ~= "prisma"
|
and lang ~= "prisma"
|
||||||
end,
|
end,
|
||||||
additional_vim_regex_highlighting = true,
|
additional_vim_regex_highlighting = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user