comparison .vimrc @ 18:203279635445 default tip

Adding in the voice note ability. It's not perfect but it is working.
author Luka Sitas <lsitas@avatarasoftware.com>
date Tue, 16 Dec 2025 11:03:27 -0500
parents 412c33afd395
children
comparison
equal deleted inserted replaced
17:412c33afd395 18:203279635445
12 source $HOME/.vim/plugins/vim-ai.vim 12 source $HOME/.vim/plugins/vim-ai.vim
13 source $HOME/.vim/plugins/taghelp.vim 13 source $HOME/.vim/plugins/taghelp.vim
14 source $HOME/.vim/plugins/dbtables/dbtables.vim 14 source $HOME/.vim/plugins/dbtables/dbtables.vim
15 source $HOME/.vim/plugins/hghelp/hghelp.vim 15 source $HOME/.vim/plugins/hghelp/hghelp.vim
16 source $HOME/.vim/plugins/globalsearch.vim 16 source $HOME/.vim/plugins/globalsearch.vim
17 source $HOME/.vim/plugins/voicenote/voicenote.vim
17 18
18 19
19 let g:db_user = "" " Replace with your default database username 20 let g:db_user = "" " Replace with your default database username
20 let g:db_password = "" " Replace with your default database password 21 let g:db_password = "" " Replace with your default database password
21 let g:db_name = "" " Replace with your default database name 22 let g:db_name = "" " Replace with your default database name