aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index e05baeb..b6b79c4 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -99,6 +99,8 @@ Plug 'tpope/vim-dispatch'
Plug 'vim-test/vim-test'
" A Narrow Region Plugin for vim (like Emacs Narrow Region)
Plug 'chrisbra/NrrwRgn'
+" View and grep man pages in vim
+Plug 'vim-utils/vim-man'
"Plug 'https://github.com/terryma/vim-multiple-cursors'
@@ -717,6 +719,14 @@ let g:gutentags_ctags_tagfile = '.tags'
let g:gutentags_project_root = g:ctrlp_root_markers
" }}}
+" vim-man {{{
+
+augroup plugin_vim_man
+ autocmd!
+ au FileType man set nospell
+augroup END
+
+" }}}
" }}}
" Load custom local config {{{