mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-29 15:15:07 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue