Remove fundle and add rofi pdf finder

This commit is contained in:
2020-04-21 00:53:01 +02:00
parent 4fe43f1c2e
commit 932c82162a
10 changed files with 137 additions and 492 deletions

View File

@@ -50,10 +50,6 @@ set laststatus=0
autocmd BufNewFile,BufRead /tmp/neomutt* set filetype=markdown
""Quit whether Goyo is active or not
function! s:goyo_enter()
if executable('tmux') && strlen($TMUX)
silent !tmux set status off
silent !tmux list-panes -F '\#F' | grep -q Z || tmux resize-pane -Z
endif
set noshowmode
set noshowcmd
set scrolloff=999
@@ -64,10 +60,6 @@ function! s:goyo_enter()
endfunction
function! s:goyo_leave()
if executable('tmux') && strlen($TMUX)
silent !tmux set status on
silent !tmux list-panes -F '\#F' | grep -q Z && tmux resize-pane -Z
endif
set showmode
set showcmd
set scrolloff=5