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()