Support for updating kakoune plugins with kak-plug (#852)

This commit is contained in:
Leonardo Eugênio
2022-02-06 18:48:06 -03:00
committed by GitHub
parent 54e3d87b23
commit 0251c2769b
5 changed files with 40 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
pub mod emacs;
pub mod generic;
pub mod git;
pub mod kakoune;
pub mod node;
pub mod os;
pub mod powershell;