Commented out all the tags stuff, hopefully moving over to fully lsp, however its still there just in case

This commit is contained in:
ObeseTermite 2025-06-11 18:57:26 -07:00
parent 0af44b6964
commit c56fb751b1

6
vimrc
View file

@ -40,11 +40,11 @@ set tabstop=4
set shiftwidth=4
set autoindent
set smartindent
set tags=./tags,tags;$HOME
"set tags=./tags,tags;$HOME
" make gutentags automatically make a tags file if directory
" has a makefile
let g:gutentags_project_root = ['Makefile']
"let g:gutentags_project_root = ['Makefile']
function! CheckBackspace() abort
let col = col('.') - 1
@ -80,7 +80,7 @@ call plug#begin()
Plug 'stevearc/vim-arduino'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'ludovicchabant/vim-gutentags'
"Plug 'ludovicchabant/vim-gutentags'
call plug#end()