Commented out all the tags stuff, hopefully moving over to fully lsp, however its still there just in case
This commit is contained in:
parent
0af44b6964
commit
c56fb751b1
6
vimrc
6
vimrc
|
@ -40,11 +40,11 @@ set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set autoindent
|
set autoindent
|
||||||
set smartindent
|
set smartindent
|
||||||
set tags=./tags,tags;$HOME
|
"set tags=./tags,tags;$HOME
|
||||||
|
|
||||||
" make gutentags automatically make a tags file if directory
|
" make gutentags automatically make a tags file if directory
|
||||||
" has a makefile
|
" has a makefile
|
||||||
let g:gutentags_project_root = ['Makefile']
|
"let g:gutentags_project_root = ['Makefile']
|
||||||
|
|
||||||
function! CheckBackspace() abort
|
function! CheckBackspace() abort
|
||||||
let col = col('.') - 1
|
let col = col('.') - 1
|
||||||
|
@ -80,7 +80,7 @@ call plug#begin()
|
||||||
|
|
||||||
Plug 'stevearc/vim-arduino'
|
Plug 'stevearc/vim-arduino'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'ludovicchabant/vim-gutentags'
|
"Plug 'ludovicchabant/vim-gutentags'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue