diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-07-09 01:10:36 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-07-09 01:10:36 +0200 |
commit | faeb7cab78f10b8359b2fa86a96e6861e2b86e3f (patch) | |
tree | 6925703f1977533e92f621a61ef929fd3f36be7e /files/vim/ftplugin/sh/sh.vim | |
parent | bac1cf42d0ae8c0afdaf843b6dbff494b30354d9 (diff) | |
download | configs-faeb7cab78f10b8359b2fa86a96e6861e2b86e3f.tar.gz configs-faeb7cab78f10b8359b2fa86a96e6861e2b86e3f.zip |
Trying space as leader for vim ftplugins.
Diffstat (limited to 'files/vim/ftplugin/sh/sh.vim')
-rw-r--r-- | files/vim/ftplugin/sh/sh.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/vim/ftplugin/sh/sh.vim b/files/vim/ftplugin/sh/sh.vim index ccea418..3eb4da5 100644 --- a/files/vim/ftplugin/sh/sh.vim +++ b/files/vim/ftplugin/sh/sh.vim @@ -3,8 +3,8 @@ " " Linters: sh, shellcheck -call matchadd('ColorColumn', '\%81v', 100) -setlocal textwidth=80 +call matchadd('ColorColumn', '\%111v', 100) +setlocal textwidth=110 nnoremap <buffer> <leader>C :sp ~/.vim/ftplugin/sh/sh.vim<CR> nnoremap <buffer> <leader>+x :!chmod 744 %<CR><CR> |