mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 15:44:37 +02:00
added telescope, playing with it now. For some reason can't move up and down in preview window
This commit is contained in:
parent
ddeada0d7b
commit
c110240e3b
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue