diff options
| author | Chris <[email protected]> | 2021-03-08 01:07:37 -0500 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-08 01:07:37 -0500 | 
| commit | c110240e3b95f3f157dd521eb87663cc5cbf2742 (patch) | |
| tree | cb4f00b2870e0985838655e8431999bc63860745 | |
| parent | ddeada0d7b120cfbd55b09a2bc427313e050ca61 (diff) | |
added telescope, playing with it now. For some reason can't move up and down in preview window
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | vim-plug/plugins.vim | 4 | 
2 files changed, 8 insertions, 0 deletions
| @@ -201,6 +201,10 @@ Along with some of my config files you can find in `utils/vscode_config`  ## 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.  - ale diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index 91486a88..bf8e68fe 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -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 | 
