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

Add FZF-Lua but keep it disabled

parent 9b38297a
No related branches found
No related tags found
No related merge requests found
...@@ -153,6 +153,15 @@ Plug 'vim-scripts/TaskList.vim' ...@@ -153,6 +153,15 @@ 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'
" 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'
" DAP ( Debug Adapter Protocol)
Plug 'mfussenegger/nvim-dap'
" Auto save files " Auto save files
" Toggle with :AutoSaveToggle " Toggle with :AutoSaveToggle
Plug '907th/vim-auto-save' Plug '907th/vim-auto-save'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment