feat(nvim): add mini plugins, smart open and formatting
This commit is contained in:
@@ -2,7 +2,7 @@ local wk = require("which-key")
|
||||
|
||||
require("telescope").load_extension("smart_open")
|
||||
require("smart-open").setup({
|
||||
lazy = true,
|
||||
lazy = false,
|
||||
wk.add({
|
||||
{ "<leader><leader>", "<cmd>Telescope smart_open<cr>", desc="Smart open" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user