Move and recolour colorcolumn

This commit is contained in:
Jonas Ryssel 2023-02-24 14:45:15 +01:00
parent 2ed4d4b295
commit e9d6e5928c

View File

@ -881,7 +881,8 @@ augroup END
au! au!
" au FileType tex setlocal textwidth=80 " au FileType tex setlocal textwidth=80
augroup END augroup END
set colorcolumn=82 set colorcolumn=101
highlight ColorColumn ctermbg=5 guibg=purple
" }} " }}
" Change window directory to the same as the open buffer " Change window directory to the same as the open buffer