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à --- .vim/bundle/Vundle.vim.git | 1 - 1 file changed, 1 deletion(-) delete mode 160000 .vim/bundle/Vundle.vim.git (limited to '.vim/bundle') diff --git a/.vim/bundle/Vundle.vim.git b/.vim/bundle/Vundle.vim.git deleted file mode 160000 index b255382..0000000 --- a/.vim/bundle/Vundle.vim.git +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95 -- cgit v1.2.3