fix(nvim): improve startup time
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
return {
|
||||
"danielfalk/smart-open.nvim",
|
||||
branch = "0.2.x",
|
||||
config = function()
|
||||
require("telescope").load_extension("smart_open")
|
||||
end,
|
||||
lazy = true,
|
||||
keys = {
|
||||
{
|
||||
"<leader>ff",
|
||||
function()
|
||||
require("telescope").load_extension("smart_open")
|
||||
require("telescope").extensions.smart_open.smart_open()
|
||||
end,
|
||||
desc = "Smart Open",
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"kkharji/sqlite.lua",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user