Mercurial > vim
diff .vimrc @ 5:4a7bc1c8551b
support for params in queries
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Mon, 27 Oct 2025 15:52:05 -0400 |
| parents | 1a705d7a7521 |
| children | 3017fd33ad8b |
line wrap: on
line diff
--- a/.vimrc Thu Oct 23 12:33:51 2025 -0400 +++ b/.vimrc Mon Oct 27 15:52:05 2025 -0400 @@ -8,7 +8,7 @@ " Support for tags closing and classes source $HOME/.vim/plugins/taghelp -source /home/luka/.vim/plugins/dbtables/dbtables.vim +source $HOME/.vim/plugins/dbtables/dbtables.vim let g:db_user = "budgeter_db_user" " Replace with your default database username let g:db_password = "qSTedfw39(0" " Replace with your default database password
