Mercurial > vim
diff .vimrc @ 2:13ee7346431d
Changed the lcoation of the dbtables plugin. Added support for visual select sql execution.
| author | luka |
|---|---|
| date | Wed, 23 Apr 2025 08:28:29 -0400 |
| parents | 47fe251d5ce0 |
| children | 1a705d7a7521 |
line wrap: on
line diff
--- a/.vimrc Wed Apr 23 07:48:17 2025 -0400 +++ b/.vimrc Wed Apr 23 08:28:29 2025 -0400 @@ -8,7 +8,7 @@ " Support for tags closing and classes source $HOME/.vim/plugins/taghelp -source /home/luka/.vim/plugins/dbtables.vim +source /home/luka/.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
