Skip to content

Commit

Permalink
refactor!: remove g:yazi_use_neovim_remote (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
barona-mika-vilpas committed Feb 25, 2024
1 parent abcb7c0 commit dbd15c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin/yazi.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ if !exists('g:yazi_floating_window_scaling_factor')
let g:yazi_floating_window_scaling_factor = 0.9
endif

if !exists('g:yazi_use_neovim_remote')
let g:yazi_use_neovim_remote = executable('nvr') ? 1 : 0
endif

if exists('g:yazi_floating_window_corner_chars')
echohl WarningMsg
echomsg "`g:yazi_floating_window_corner_chars` is deprecated. Please use `g:yazi_floating_window_border_chars` instead."
Expand Down

0 comments on commit dbd15c1

Please sign in to comment.