1
0

Remove supertab (commented)

This commit is contained in:
Nicolás A. Ortega Froysa
2023-03-23 16:19:23 +01:00
committed by Nicolás A. Ortega Froysa
parent 9fc01c6cea
commit 6a567be85b

View File

@@ -17,7 +17,6 @@ Plug 'ciaranm/detectindent'
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'
Plug 'antoyo/vim-licenses' Plug 'antoyo/vim-licenses'
Plug 'altercation/vim-colors-solarized' Plug 'altercation/vim-colors-solarized'
"Plug 'ervandew/supertab'
Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end() call plug#end()
filetype plugin indent on filetype plugin indent on