aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-04-13 00:22:01 -0400
committertdro <tdro@users.noreply.github.com>2020-04-13 00:22:01 -0400
commitb9634b0d6b03a7dd1bad3871750cdbeb6a1d3e40 (patch)
tree67b978dcae4ab79ea74a85ceca86c5254a164c60 /.vim
parent2370f240299ec4121e6c6cd861da4f6878e7a4fe (diff)
downloaddotfiles-b9634b0d6b03a7dd1bad3871750cdbeb6a1d3e40.tar.gz
dotfiles-b9634b0d6b03a7dd1bad3871750cdbeb6a1d3e40.tar.bz2
dotfiles-b9634b0d6b03a7dd1bad3871750cdbeb6a1d3e40.zip
.vim/plugins: Linting
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim9
1 files changed, 5 insertions, 4 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 8efcdef..6f713df 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -1,6 +1,7 @@
-filetype off " required
+" Required.
+filetype off
-" Set the runtime path to include Vundle and initialize
+" Set the runtime path to include Vundle and initialize.
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@@ -18,9 +19,9 @@ Plugin 'mcchrish/nnn.vim'
Plugin 'dense-analysis/ale'
Plugin 'tpope/vim-fugitive'
-" Enable fzf.vim on Debian
+" Enable fzf.vim on Debian.
silent! source /usr/share/doc/fzf/examples/fzf.vim
-" All of your Plugins must be added before the following line
+" Plugins must be added before the following line.
call vundle#end() " required
filetype plugin indent on " required