mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
feat: Added eureka
This commit is contained in:
parent
01b4ba34a4
commit
6f63b0d976
1 changed files with 14 additions and 0 deletions
14
lua/plugins/eureka.lua
Normal file
14
lua/plugins/eureka.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
"EdmondTabaku/eureka",
|
||||
config = function()
|
||||
require("eureka").setup({
|
||||
default_notes = {
|
||||
"<C-q> - Vim Block Mode Alternative",
|
||||
":%!jq . - format JSON",
|
||||
":sort - sort document",
|
||||
":sort u - sort, remove duplicates",
|
||||
},
|
||||
close_key = "q",
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue