aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-07-10 17:12:52 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-07-10 17:12:52 +0100
commit616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad (patch)
tree6e79244234a4ef481bcfe74a731473fa09e3080c /vim
parentc6163358090bc5c4123f634f3bdd91c987c78aa4 (diff)
downloaddotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.tar.gz
dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.tar.bz2
dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.zip
(General)~updates to various files due to reinstall on laptop
By reinstalling arch on my laptop, I've had the chance to see any loose ends or errors in my setup that, by virtue of how fresh the system is, I'm motivated to fix.
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index c8756e6..33051f9 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -11,9 +11,6 @@ Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
Plugin 'christoomey/vim-tmux-navigator'
- "" UI
-Plugin 'scrooloose/nerdtree'
-
"" Plugins
Plugin 'godlygeek/tabular'
Plugin 'tpope/vim-commentary'