You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
193 B
VimL

3 years ago
if exists('g:loaded_fzf_lua') | finish | endif
if !has('nvim-0.5')
echohl Error
echomsg "Fzf-lua is only available for Neovim versions 0.5 and above"
echohl clear
finish
endif