From 6a567be85b2fb8709f4fe8f55d9d6840b3d30498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega=20Froysa?= Date: Thu, 23 Mar 2023 16:19:23 +0100 Subject: [PATCH] Remove supertab (commented) --- init.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/init.vim b/init.vim index dd3e4d8..4c6fcc6 100644 --- a/init.vim +++ b/init.vim @@ -17,7 +17,6 @@ Plug 'ciaranm/detectindent' Plug 'jiangmiao/auto-pairs' Plug 'antoyo/vim-licenses' Plug 'altercation/vim-colors-solarized' -"Plug 'ervandew/supertab' Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() filetype plugin indent on