mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add Dotbot
This commit is contained in:
12
config/nvim/lua/plugins/telescope-import.lua
Normal file
12
config/nvim/lua/plugins/telescope-import.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- Import modules with ease
|
||||
-- https://github.com/piersolenski/telescope-import.nvim
|
||||
return {
|
||||
"piersolenski/telescope-import.nvim",
|
||||
dependencies = "nvim-telescope/telescope.nvim",
|
||||
keys = {
|
||||
{ ";i", "<cmd>Telescope import<cr>", desc = "Import Modules" },
|
||||
},
|
||||
config = function()
|
||||
require("telescope").load_extension("import")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user