Skip to content

Commit

Permalink
add kakboard
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 10, 2020
1 parent 4fdcea0 commit 80655a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dotfiles/kakoune.nix
Expand Up @@ -165,6 +165,13 @@ in {
set-option buffer softtabstop 4
'';
}

# kakboard
{
name = "WinCreate";
option = ".*";
commands = "kakboard-enable";
}
];

keyMappings = [
Expand Down
13 changes: 13 additions & 0 deletions nix/sources.json
Expand Up @@ -153,6 +153,19 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"vim": "true"
},
"kakboard": {
"branch": "master",
"description": "Clipboard integration for Kakoune",
"homepage": null,
"kakoune": "plugin",
"owner": "lePerdu",
"repo": "kakboard",
"rev": "731396b047849e01177ee4ad459db0d795fc0b9b",
"sha256": "15nqi226ix49pg9qndr9b923sknjl1akwbwiifrkxl1nxadwyfwk",
"type": "tarball",
"url": "https://github.com/lePerdu/kakboard/archive/731396b047849e01177ee4ad459db0d795fc0b9b.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"kakoune-palette": {
"branch": "master",
"description": "Preview face colors in kakoune",
Expand Down

0 comments on commit 80655a1

Please sign in to comment.