Mercurial > vim
diff .vimrc @ 1:47fe251d5ce0
minor fixes for hotkeys
| author | luka |
|---|---|
| date | Wed, 23 Apr 2025 07:48:17 -0400 |
| parents | a4ec03f77554 |
| children | 13ee7346431d |
line wrap: on
line diff
--- a/.vimrc Fri Apr 11 21:07:37 2025 -0400 +++ b/.vimrc Wed Apr 23 07:48:17 2025 -0400 @@ -10,6 +10,11 @@ source $HOME/.vim/plugins/taghelp source /home/luka/.vim/plugins/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 +let g:db_name = "budgeter" " Replace with your default database name +let g:db_host = "127.0.0.1" " Replace with your default database name + syntax on syntax enable
