add telescope config

This commit is contained in:
Alexander Navarro 2023-05-17 12:47:08 -04:00
parent e8381f415b
commit d03bdf4cc0
2 changed files with 43 additions and 48 deletions

View file

@ -18,10 +18,10 @@ return {
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ "j-hui/fidget.nvim", opts = {} },
{ "j-hui/fidget.nvim", opts = {} },
-- Additional lua configuration, makes nvim stuff amazing!
{ "folke/neodev.nvim", opts = {} },
{ "folke/neodev.nvim", opts = {} },
},
},
@ -40,12 +40,6 @@ return {
},
},
{
-- Useful plugin to show you pending keybinds.
"folke/which-key.nvim",
opts = {},
},
-- "gc" to comment visual regions/lines
{ "numToStr/Comment.nvim", opts = {} },