diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-13 08:37:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-13 08:37:50 +0000 |
commit | 3d9438850ddd8f52f16ca12fece85130c0191e55 (patch) | |
tree | a2a8a59b56afcb172dd6c2c27a37c89d1be34a15 /.vimrc | |
parent | updates for more images. they seem to work fine now.seem... (diff) | |
download | scripts-3d9438850ddd8f52f16ca12fece85130c0191e55.tar.gz scripts-3d9438850ddd8f52f16ca12fece85130c0191e55.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1300,7 +1300,7 @@ let g:gutentags_plus_nomap = 1 map <leader>v <Plug>(Vman) autocmd Filetype man setlocal relativenumber autocmd Filetype man setlocal number -" let g:vim_man_cmd = '/usr/bin/man' +let g:vim_man_cmd = 'man -O width=200' "context let g:context_enabled = 0 |