mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 08:07:14 +02:00
neovim: Add cosco-vim
I tried this for a few days and although the auto-semicolons were cool, they'd sometimes get in the way. I haven't used the keybind much at all however, so I may remove this in the future.
This commit is contained in:
parent
13dad50841
commit
40adb9b3d9
@ -170,6 +170,7 @@ in
|
||||
nnoremap <silent> <leader>; :NvimTreeToggle<CR>
|
||||
nnoremap <silent> <leader>z :ZenMode<CR>
|
||||
nnoremap <silent> <leader>b :TagbarToggle<CR>
|
||||
nnoremap <silent> <leader>' :CommaOrSemiColon<CR>
|
||||
vnoremap <C-s> y:silent !notify-send -t 4000 "成果" "$(tango '<C-r>0')"<CR>:<Esc>
|
||||
|
||||
autocmd BufNewFile,BufRead *.ecr setlocal syntax=html
|
||||
@ -542,6 +543,7 @@ in
|
||||
require('nvim-ts-autotag').setup()
|
||||
'';
|
||||
}
|
||||
cosco-vim
|
||||
fzf-vim
|
||||
vim-caddyfile
|
||||
vim-graphql
|
||||
|
Loading…
x
Reference in New Issue
Block a user