comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:238b45cc333b
1 *dbtables.txt* Simple example Vim plugin
2
3 INTRODUCTION *dbtables*
4
5 dbtables is a minimal example plugin.
6
7 USAGE *dbtables-usage*
8
9 :DbtablesGreet
10 Echo a greeting message. You can customize it with
11 g:dbtables_greeting:
12
13 > let g:dbtables_greeting = 'Hi there!'
14
15 INSTALLATION *dbtables-install*
16
17 Using vim-plug add the following:
18
19 Plug '/home/lsitas/repos/vim_plugins/dbtables'
20
21
22 *dbtables* Main help entry for this plugin.