add telescope config
This commit is contained in:
parent
e8381f415b
commit
d03bdf4cc0
2 changed files with 43 additions and 48 deletions
|
|
@ -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 = {} },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue