feat(nvim): add smart-open
This commit is contained in:
14
nvim/lua/olinpin/plugins/smart-open.lua
Normal file
14
nvim/lua/olinpin/plugins/smart-open.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"danielfalk/smart-open.nvim",
|
||||
branch = "0.2.x",
|
||||
config = function()
|
||||
require("telescope").load_extension("smart_open")
|
||||
end,
|
||||
dependencies = {
|
||||
"kkharji/sqlite.lua",
|
||||
-- -- Only required if using match_algorithm fzf
|
||||
-- { "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
-- -- Optional. If installed, native fzy will be used when match_algorithm is fzy
|
||||
-- { "nvim-telescope/telescope-fzy-native.nvim" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user