diff .vimrc @ 9:17c557de03e0

Updated commit window Including vendor files in fuzy search
author Luka Sitas <lsitas@avatarasoftware.com>
date Tue, 18 Nov 2025 11:37:01 -0500
parents 34930197e9d4
children b95a8e2525cc
line wrap: on
line diff
--- a/.vimrc	Fri Oct 31 14:24:31 2025 -0400
+++ b/.vimrc	Tue Nov 18 11:37:01 2025 -0500
@@ -5,6 +5,8 @@
 set mouse=a
 inoremap <C-a> <C-x><C-i>
 
+colorscheme desert
+
 " Support for tags closing and classes
 source $HOME/.vim/plugins/taghelp
 source $HOME/.vim/plugins/dbtables/dbtables.vim
@@ -17,6 +19,10 @@
 let g:db_name = ""      " Replace with your default database name
 let g:db_host = ""      " Replace with your default database name
 
+function! GeneratePhpCtags()
+ let command = 'ctags -R --fields=+aimS --php-kinds=cdfint --languages=php --extras=+q --tag-relative=yes --exclude=".git" --exclude=".hg" --exclude="node_modules" --exclude="composer.phar" --totals=yes'
+ let output = system(command)
+endfunction
 
 syntax on
 syntax enable