vim: fix Goyo config

pull/6/head
bretello 2022-04-04 15:47:31 +02:00
parent 76feeb3af0
commit 75a00b2380
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 4 additions and 1 deletions

View File

@ -211,3 +211,7 @@ let g:fzf_colors =
autocmd! FileType fzf
autocmd FileType fzf set laststatus=0 noshowmode noruler
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
let g:goyo_width="85%"
let g:goyo_linenr=1

View File

@ -112,7 +112,6 @@ map <leader>I :IndentGuidesToggle<CR>
map <leader>i :set cursorcolumn!<CR>
"" Goyo
nmap <leader>za :Goyo 80%x85%<CR>
nmap <leader>zz :Goyo<CR>
""Misc stuff