Mercurial > vim_plugins > dbtables
view README.md @ 2:c19add1b66a9 default tip
updated mappings
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Wed, 11 Mar 2026 12:03:31 -0400 |
| parents | 238b45cc333b |
| children |
line wrap: on
line source
*dbtables.txt* Simple example Vim plugin #INTRODUCTION dbtables is a minimal example plugin. #USAGE :DbtablesGreet Echo a greeting message. You can customize it with g:dbtables_greeting: > let g:dbtables_greeting = 'Hi there!' #INSTALLATION Using vim-plug add the following: Plug '/home/lsitas/repos/vim_plugins/dbtables'
