vimrc: add himalaya plug

This commit is contained in:
surtur 2024-03-26 21:23:47 +01:00
parent 544a0cbffb
commit 1764e7b92d
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -117,6 +117,8 @@ Plug 'relastle/vim-nayvy', { 'for': ['python'] }
Plug 'lvht/tagbar-markdown', { 'for': 'markdown' }
" Plug 'preservim/vim-markdown', { 'for': 'markdown' }
Plug 'https://git.sr.ht/~soywod/himalaya-vim'
" switch to related files
" Plug 'arp242/switchy.vim', { 'for': ['go', 'c', 'cpp'] }