Add telescope.nvim.

- plenary is a dependency
- fzf-native is a faster fuzzy matcher
This commit is contained in:
Érico Nogueira 2022-03-03 01:50:39 -03:00
parent 90136a2471
commit 9cb82be121
5 changed files with 20 additions and 0 deletions

9
.gitmodules vendored
View File

@ -25,3 +25,12 @@
[submodule "nvim/.config/nvim/pack/plugins/start/rainbow"]
path = nvim/.config/nvim/pack/plugins/start/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule "nvim/.config/nvim/pack/plugins/start/telescope.nvim"]
path = nvim/.config/nvim/pack/plugins/start/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim.git
[submodule "nvim/.config/nvim/pack/plugins/start/plenary.nvim"]
path = nvim/.config/nvim/pack/plugins/start/plenary.nvim
url = https://github.com/nvim-lua/plenary.nvim.git
[submodule "nvim/.config/nvim/pack/plugins/start/telescope-fzf-native.nvim"]
path = nvim/.config/nvim/pack/plugins/start/telescope-fzf-native.nvim
url = https://github.com/nvim-telescope/telescope-fzf-native.nvim.git

View File

@ -59,6 +59,14 @@ let g:rainbow_active = 1
let g:rainbow_conf = { 'ctermfgs': ['darkblue', 'darkred', 'darkgreen', 'darkmagenta', 'darkcyan'] }
" TELESCOPE
" Set up fzf for telescope (requires running make in the fzf directory)
lua << EOF
require('telescope').load_extension('fzf')
EOF
" LANGUAGE SERVER
" Partly from https://github.com/neovim/nvim-lspconfig/blob/master/README.md

@ -0,0 +1 @@
Subproject commit d742fd9c4a311ea9351eebef4c91e50d5960dd1e

@ -0,0 +1 @@
Subproject commit 8ec164b541327202e5e74f99bcc5fe5845720e18

@ -0,0 +1 @@
Subproject commit 76120285f88c1becb5728695f6df77c545437c53