소스 검색

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

Chris 4 년 전
부모
커밋
c110240e3b
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md
  2. 4 0
      vim-plug/plugins.vim

+ 4 - 0
README.md

@@ -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

+ 4 - 0
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