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

@ -201,6 +201,10 @@ Along with some of my config files you can find in `utils/vscode_config`
## LOW PRIORITY TODO ## LOW PRIORITY TODO
https://github.com/gennaro-tedesco/nvim-jqx
https://github.com/nathunsmitty/nvim-ale-diagnostic
https://github.com/mattn/efm-langserver
If anyone reading this has any suggestions about implementing any of the following I will accept a PR, but these are not priority. If anyone reading this has any suggestions about implementing any of the following I will accept a PR, but these are not priority.
- ale - ale

View file

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