This commit is contained in:
2025-11-19 16:51:02 +00:00
parent 7c3d7ffd6f
commit bd7ec1dddf

View File

@@ -322,4 +322,7 @@ function! s:GTagsDisable() abort
echo "Gutentags disabled"
endfunction
command! GTagOn call s:GutenTagsEnable()
command! GTagOff call s:GTagsDisable()
" My vimrc end -- Hizenberg