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:
Donovan Glover 2023-12-13 08:29:08 -05:00
parent 13dad50841
commit 40adb9b3d9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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