added telescope, playing with it now. For some reason can't move up and down in preview window

This commit is contained in:
Chris 2021-03-08 01:07:37 -05:00
parent ddeada0d7b
commit c110240e3b
2 changed files with 8 additions and 0 deletions

View file

@ -113,6 +113,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'szw/vim-maximizer'
" Neovim in Browser
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(1) } }
" Telescope
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
" Rainbow brackets
" Plug 'luochen1990/rainbow'
" Async Linting Engine