Skip to content

Commit

Permalink
make directories on write
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 23, 2019
1 parent 743eb68 commit 8868843
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotfiles/kakoune.nix
Expand Up @@ -68,6 +68,11 @@ in {
name = "WinCreate";
option = ".*";
}
{
commands = "mkdir-buffer";
name = "BufWritePre";
option = ".*";
}
];
};
};
Expand Down
13 changes: 13 additions & 0 deletions nix/sources.json
Expand Up @@ -180,6 +180,19 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"vim": "true"
},
"mkdir.kak": {
"branch": "master",
"description": "mkdir integration for Kakoune",
"homepage": "https://kakoune.org",
"kakoune": "plugin",
"owner": "alexherbo2",
"repo": "mkdir.kak",
"rev": "fed14455f2b48586f630e1f8cc0efc48278dd2fe",
"sha256": "19c1jsg90dwmq86mc3rk0pnsj5fa5x5lfk6jk6jrmih6h0kavr37",
"type": "tarball",
"url": "https://github.com/alexherbo2/mkdir.kak/archive/fed14455f2b48586f630e1f8cc0efc48278dd2fe.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"neco-syntax": {
"branch": "master",
"description": "Syntax source for neocomplete/deoplete/ncm",
Expand Down

0 comments on commit 8868843

Please sign in to comment.