Skip to content
Snippets Groups Projects
Commit 774b44a3 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Silence FZF-Lua requiring Nvim when vimdiffing

parent 5330f989
Branches
No related tags found
No related merge requests found
......@@ -153,11 +153,13 @@ Plug 'vim-scripts/TaskList.vim'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
if has ("nvim")
" FZF-Lua
" http://neovimcraft.com/plugin/ibhagwan/fzf-lua/index.html
Plug 'ibhagwan/fzf-lua', {'branch': 'main'}
" optional for icon support
Plug 'kyazdani42/nvim-web-devicons'
endif
" DAP ( Debug Adapter Protocol)
Plug 'mfussenegger/nvim-dap'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment