Nvim: fzf->telescope and defx->nvim-tree
This commit is contained in:
@@ -13,7 +13,7 @@ call plug#begin('~/.config/nvim/plugins')
|
||||
|
||||
" Code development helpers {{{
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
Plug 'ray-x/lsp_signature.nvim'
|
||||
"Plug 'ray-x/lsp_signature.nvim'
|
||||
Plug 'RRethy/vim-illuminate'
|
||||
|
||||
" main one
|
||||
@@ -50,13 +50,14 @@ Plug 'quangnguyen30192/cmp-nvim-ultisnips'
|
||||
" }}}
|
||||
|
||||
" Files switch, jump and grep-like tools {{{
|
||||
Plug 'kyazdani42/nvim-web-devicons' " for file icons
|
||||
Plug 'kyazdani42/nvim-tree.lua'
|
||||
Plug 'derekwyatt/vim-fswitch'
|
||||
Plug 'Shougo/defx.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'junegunn/fzf' | Plug 'junegunn/fzf.vim'
|
||||
"Plug 'junegunn/fzf' | Plug 'junegunn/fzf.vim'
|
||||
Plug 'nvim-lua/popup.nvim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
"Plug 'nvim-telescope/telescope.nvim'
|
||||
"Plug 'fhill2/telescope-ultisnips.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'fhill2/telescope-ultisnips.nvim'
|
||||
Plug 'inside/vim-search-pulse'
|
||||
Plug 'wellle/targets.vim'
|
||||
"Plug 'voldikss/vim-floaterm'
|
||||
|
||||
Reference in New Issue
Block a user