From c56fb751b1e32a0674c9c9f9a78af0980c05a028 Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Wed, 11 Jun 2025 18:57:26 -0700 Subject: [PATCH] Commented out all the tags stuff, hopefully moving over to fully lsp, however its still there just in case --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 5b35971..a2e9bbf 100644 --- a/vimrc +++ b/vimrc @@ -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()