aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-26 23:49:57 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-26 23:53:03 +0200
commit609a2c4ed5947074b9bfcaad1075c0975fac1d85 (patch)
treeb1d7309bf1e8675ec4c1bb00a83bc5f1f5a77459 /.vimrc
parentca1d2de79d8b6315718c96d16526f53deee84a13 (diff)
downloaddotfiles-609a2c4ed5947074b9bfcaad1075c0975fac1d85.tar.gz
dotfiles-609a2c4ed5947074b9bfcaad1075c0975fac1d85.zip
Simplify vim setup
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à <mikisabate@gmail.com>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/.vimrc b/.vimrc
index 18c6b4e..6ac8fcc 100644
--- a/.vimrc
+++ b/.vimrc
@@ -108,19 +108,6 @@ 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.
source ~/.vim/autocmd.vim