mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 11:30:02 +02:00
nvim: lazy load more plugins.
This commit is contained in:
parent
b80f1c0db6
commit
b3add4670f
4 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ return {
|
|||
"nvim-telescope/telescope-ui-select.nvim",
|
||||
"sharkdp/fd",
|
||||
},
|
||||
cmd = "Telescope",
|
||||
opts = function()
|
||||
local utils = require("user.utils.telescope")
|
||||
local actions = require("telescope.actions")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue