latest update

This commit is contained in:
2025-09-03 20:12:54 +03:00
parent 1ba6617663
commit 8cfb6ba167
3 changed files with 16 additions and 1 deletions

1
.vimrc
View File

@@ -165,6 +165,7 @@ call plug#begin()
Plug 'vim-scripts/SpellCheck' " Spell checking
Plug 'ludovicchabant/vim-gutentags' " for tag managements for projects
Plug 'skywind3000/gutentags_plus' " Working with gtags and cscope
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable'} " for generating and helping YCM
call plug#end()