comparison .vimrc @ 1:47fe251d5ce0

minor fixes for hotkeys
author luka
date Wed, 23 Apr 2025 07:48:17 -0400
parents a4ec03f77554
children 13ee7346431d
comparison
equal deleted inserted replaced
0:a4ec03f77554 1:47fe251d5ce0
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/luka/.vim/plugins/dbtables.vim 11 source /home/luka/.vim/plugins/dbtables.vim
12
13 let g:db_user = "budgeter_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_name = "budgeter" " Replace with your default database name
16 let g:db_host = "127.0.0.1" " Replace with your default database name
12 17
13 18
14 syntax on 19 syntax on
15 syntax enable 20 syntax enable
16 " File types 21 " File types