This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/subby.vim
inline buffer substitute in vim
exactly what the description says, inline buffer substitute in vim,
what it means is that if u type for example \sh and u have let g:subby = {'sh': 'š'},
itll get automatically substituted with š
bc im annoyed at manually typing lithuanian letters when i need to do my homework so yh, enjoy ig lol
- VimPlug :
Plug 'TruncatedDinosour/subby.vim'" the substitution mapletg:subby= {'sh': 'š'}
" the delimiter ( exactly 1 character )letg:subby_delim='\':) enjoy