Removed autotags from vimrc, as i already had gutentags. Added vim-uninpaired

This commit is contained in:
ObeseTermite 2025-05-28 19:52:01 -07:00
parent 12920ce079
commit 1cdb102b23
2 changed files with 3 additions and 1 deletions

View file

@ -35,3 +35,5 @@ xdg-user-dirs
ctags
xss-lock
bc
gvfs
gvfs-afc

2
vimrc
View file

@ -47,7 +47,7 @@ call plug#begin()
Plug 'stevearc/vim-arduino'
Plug 'ycm-core/YouCompleteMe'
Plug 'ludovicchabant/vim-gutentags'
Plug 'craigemery/vim-autotag'
Plug 'tpope/vim-unimpaired'
call plug#end()