diff options
Diffstat (limited to 'files/vim/ftplugin/sh')
-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> |