Skip to content

Commit

Permalink
remove fzf.kak
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 17, 2020
1 parent b67ab54 commit 7ce64c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions dotfiles/kakoune.nix
Expand Up @@ -130,12 +130,6 @@ in {
];

keyMappings = [
{
mode = "normal";
key = "<c-t>";
effect = ": fzf-mode<ret>";
}

# git browsing
{
mode = "goto";
Expand Down
13 changes: 0 additions & 13 deletions nix/sources.json
Expand Up @@ -128,19 +128,6 @@
"url": "https://github.com/alexherbo2/explore.kak/archive/86fb1412521598d018e657fcfe8d1a026cfe8725.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"fzf.kak": {
"branch": "master",
"description": "FZF for Kakoune. Mirror of https://gitlab.com/andreyorst/fzf.kak",
"homepage": "",
"kakoune": "plugin",
"owner": "andreyorst",
"repo": "fzf.kak",
"rev": "8a8414fb573c40dd6f88ea78ea97fba364da6370",
"sha256": "1hk73s9rfh54wl63rhzj1r5zrmgcc02admj7k67mygzslv25wiaf",
"type": "tarball",
"url": "https://github.com/andreyorst/fzf.kak/archive/8a8414fb573c40dd6f88ea78ea97fba364da6370.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"fzf.vim": {
"branch": "master",
"description": "TODO",
Expand Down

0 comments on commit 7ce64c2

Please sign in to comment.