Skip to content

Commit

Permalink
fix: move plugin to autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Jul 28, 2023
1 parent b14b2ec commit 6421290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/fzfx/nvim.vim → autoload/fzfx/nvim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let g:loaded_fzfx=1

let s:is_win = has('win32') || has('win64')

function! fzfx#nvim#plugin_home()
function! fzfx#nvim#plugin_home() abort
if s:is_win && &shellslash
set noshellslash
let base_dir = expand('<sfile>:p:h')
Expand Down

0 comments on commit 6421290

Please sign in to comment.