Switch to telescope
This commit is contained in:
@ -1,16 +1,14 @@
|
||||
" Assorted plugins
|
||||
Plug 'cespare/vim-toml'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'cespare/vim-toml', { 'for': 'toml' }
|
||||
Plug 'honza/vim-snippets'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'leafgarland/typescript-vim'
|
||||
Plug 'mileszs/ack.vim'
|
||||
Plug 'posva/vim-vue'
|
||||
Plug 'ron-rs/ron.vim'
|
||||
Plug 'leafgarland/typescript-vim', { 'for': 'typescript' }
|
||||
Plug 'posva/vim-vue', { 'for': 'vue' }
|
||||
Plug 'ron-rs/ron.vim', { 'for': 'ron' }
|
||||
Plug 'tommcdo/vim-exchange'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-projectionist'
|
||||
Plug 'tpope/vim-rails'
|
||||
Plug 'tpope/vim-rails', { 'for': 'ruby' }
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'vim-test/vim-test'
|
||||
@ -29,14 +27,19 @@ Plug 'itchyny/lightline.vim' |
|
||||
" \ Plug 'edkolev/tmuxline.vim'
|
||||
|
||||
" NerdTree
|
||||
Plug 'preservim/nerdtree' |
|
||||
\ Plug 'Xuyuanp/nerdtree-git-plugin' |
|
||||
Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' } |
|
||||
\ Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' } |
|
||||
\ Plug 'ryanoasis/vim-devicons' |
|
||||
\ Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
|
||||
\ Plug 'tiagofumo/vim-nerdtree-syntax-highlight', { 'on': 'NERDTreeToggle' }
|
||||
|
||||
" Vim-Markdown
|
||||
Plug 'godlygeek/tabular' |
|
||||
\ Plug 'plasticboy/vim-markdown'
|
||||
\ Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
|
||||
|
||||
" Telescope
|
||||
Plug 'nvim-lua/popup.nvim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
|
||||
" sonokai colorscheme + supporting plugins
|
||||
Plug 'sainnhe/sonokai' |
|
||||
|
Reference in New Issue
Block a user