fix: marleyos -> marleyvim
This commit is contained in:
parent
92b586eee3
commit
45c85254b2
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ _: {
|
|||
autocmds = rec {
|
||||
## [String] | String -> String -> [String] | String -> String -> String -> AttrSet
|
||||
mk = event: group': pattern: callback: desc: let
|
||||
group = "marleyos_${group'}";
|
||||
group = "marleyvim_${group'}";
|
||||
in {
|
||||
inherit event group pattern callback desc;
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
in {
|
||||
autoGroups =
|
||||
mapListToAttrs (i: {
|
||||
name = "marleyos_${i}";
|
||||
name = "marleyvim_${i}";
|
||||
value = {clear = true;};
|
||||
}) [
|
||||
"checktime"
|
||||
|
|
|
@ -53,7 +53,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
autoGroups.marleyos_bufferline.clear = true;
|
||||
autoGroups.marleyvim_bufferline.clear = true;
|
||||
autoCmd = [
|
||||
(autocmds.mk' ["BufAdd" "BufDelete"] "bufferline" (
|
||||
mkRaw ''
|
||||
|
|
Loading…
Reference in a new issue