From 609a2c4ed5947074b9bfcaad1075c0975fac1d85 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 26 Aug 2024 23:49:57 +0200 Subject: Simplify vim setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's been ages since I don't do anything serious with Vim. Hence, the setup for it doesn't have to be as "fancy" as it once was. Removing Vundle and other stuff makes stuff way simpler, while also removing git submodules for good. Signed-off-by: Miquel Sabaté Solà --- .vimrc | 13 ------------- 1 file changed, 13 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 18c6b4e..6ac8fcc 100644 --- a/.vimrc +++ b/.vimrc @@ -107,19 +107,6 @@ set smarttab set expandtab set backspace=indent,eol,start -"" -" Plugins. - -filetype off -filetype indent plugin off - -" All the plugins are listed in my bundles file, that will be installed -" inside the ~/.vim directory. -source ~/.vim/bundles.vim - -" Enable plugins again. -filetype indent plugin on - "" " Everything regarding filetypes: indentation rules, gofmt & friends. -- cgit v1.2.3