restructured + addet scissors as the snippet enging
This commit is contained in:
parent
a98a9aa78d
commit
a00a4b136e
6 changed files with 21 additions and 148 deletions
11
lua/pika/plugins/scissors.lua
Normal file
11
lua/pika/plugins/scissors.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
"chrisgrieser/nvim-scissors",
|
||||
lazy = false,
|
||||
dependencies = { "nvim-telescope/telescope.nvim", "garymjr/nvim-snippets" },
|
||||
opts = {
|
||||
snippetDir = "~/.config/nvim/snippets",
|
||||
},
|
||||
},
|
||||
vim.keymap.set("v", "<leader>sm", "<CMD>:ScissorsAddNewSnippet<cr>"),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue