1
0
Fork
You've already forked kelp
0
No description
  • Lua 100%
2026年05月13日 19:47:58 +02:00
lua src!: rename split flag to only 2026年05月13日 19:47:58 +02:00
plugin repo+src!: rename proj to kelp 2026年05月13日 16:03:05 +02:00
.editorconfig
COPYLEFT
README.md repo: readme: update install section 2026年05月13日 19:47:29 +02:00

Kelp, press K for help in neovim. Reclaim our K binding. (Noadays K is mapped to some LSP function.) Kelp does what keywordprg do but with more nobs.

Installation (lazy.nvim)

return {
 "https://codeberg.org/nzeo/kelp",
 version = "*",
 lazy = false,
 opts = {
 kelpprg = "",
 keyword = "<cexpr>",
 filetype = "",
 only = false,
 },
}