Mercurial > vim_plugins > dbtables
diff doc/dbtables.txt @ 0:238b45cc333b
Initial Commit
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 10 Mar 2026 20:25:15 -0400 |
| parents | |
| children | 8530ebeda72c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/dbtables.txt Tue Mar 10 20:25:15 2026 -0400 @@ -0,0 +1,22 @@ +*dbtables.txt* Simple example Vim plugin + +INTRODUCTION *dbtables* + +dbtables is a minimal example plugin. + +USAGE *dbtables-usage* + + :DbtablesGreet + Echo a greeting message. You can customize it with + g:dbtables_greeting: + + > let g:dbtables_greeting = 'Hi there!' + +INSTALLATION *dbtables-install* + +Using vim-plug add the following: + +Plug '/home/lsitas/repos/vim_plugins/dbtables' + + +*dbtables* Main help entry for this plugin.
