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
No related branches found
No related tags found
No related merge requests found
...@@ -153,11 +153,13 @@ Plug 'vim-scripts/TaskList.vim' ...@@ -153,11 +153,13 @@ Plug 'vim-scripts/TaskList.vim'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
if has ("nvim")
" FZF-Lua " FZF-Lua
" http://neovimcraft.com/plugin/ibhagwan/fzf-lua/index.html " http://neovimcraft.com/plugin/ibhagwan/fzf-lua/index.html
Plug 'ibhagwan/fzf-lua', {'branch': 'main'} Plug 'ibhagwan/fzf-lua', {'branch': 'main'}
" optional for icon support " optional for icon support
Plug 'kyazdani42/nvim-web-devicons' Plug 'kyazdani42/nvim-web-devicons'
endif
" DAP ( Debug Adapter Protocol) " DAP ( Debug Adapter Protocol)
Plug 'mfussenegger/nvim-dap' 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