add nvim configs
This commit is contained in:
9
.config/nvim/lua/plug_init/smart-open_init.lua
Normal file
9
.config/nvim/lua/plug_init/smart-open_init.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local wk = require("which-key")
|
||||
|
||||
require("telescope").load_extension("smart_open")
|
||||
require("smart-open").setup({
|
||||
lazy = true,
|
||||
wk.add({
|
||||
{ "<leader><leader>", "<cmd>Telescope smart_open<cr>", desc="Smart open" },
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user