Mercurial > vim
comparison .vimrc @ 6:3017fd33ad8b
Better support for db tables.
Adding some simple diffing support for hg.
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 28 Oct 2025 15:26:12 -0400 |
| parents | 4a7bc1c8551b |
| children | 34930197e9d4 |
comparison
equal
deleted
inserted
replaced
| 5:4a7bc1c8551b | 6:3017fd33ad8b |
|---|---|
| 7 inoremap <C-a> <C-x><C-i> | 7 inoremap <C-a> <C-x><C-i> |
| 8 | 8 |
| 9 " Support for tags closing and classes | 9 " Support for tags closing and classes |
| 10 source $HOME/.vim/plugins/taghelp | 10 source $HOME/.vim/plugins/taghelp |
| 11 source $HOME/.vim/plugins/dbtables/dbtables.vim | 11 source $HOME/.vim/plugins/dbtables/dbtables.vim |
| 12 source $HOME/.vim/plugins/hghelp/hghelp.vim | |
| 12 | 13 |
| 13 let g:db_user = "budgeter_db_user" " Replace with your default database username | 14 let g:db_user = "" " Replace with your default database username |
| 14 let g:db_password = "qSTedfw39(0" " Replace with your default database password | 15 let g:db_password = "" " Replace with your default database password |
| 15 let g:db_name = "budgeter" " Replace with your default database name | 16 let g:db_name = "" " Replace with your default database name |
| 16 let g:db_host = "127.0.0.1" " Replace with your default database name | 17 let g:db_host = "" " Replace with your default database name |
| 17 | 18 |
| 18 | 19 |
| 19 syntax on | 20 syntax on |
| 20 syntax enable | 21 syntax enable |
| 21 " File types | 22 " File types |
