kakoune changes & macos app additions
This commit is contained in:
parent
e26ecbc388
commit
efced09d1e
@ -14,9 +14,12 @@
|
|||||||
scrollOff.lines = 3;
|
scrollOff.lines = 3;
|
||||||
showWhitespace.enable = false;
|
showWhitespace.enable = false;
|
||||||
tabStop = 4;
|
tabStop = 4;
|
||||||
|
colorScheme = "one-dark";
|
||||||
ui = {
|
ui = {
|
||||||
|
statusLine = "top";
|
||||||
assistant = "cat";
|
assistant = "cat";
|
||||||
enableMouse = true;
|
enableMouse = true;
|
||||||
|
setTitle = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugins = with pkgs.kakounePlugins; [
|
plugins = with pkgs.kakounePlugins; [
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"minecraft"
|
"minecraft"
|
||||||
"prismlauncher"
|
"prismlauncher"
|
||||||
|
|
||||||
# IDEs
|
# Development
|
||||||
"neovide"
|
"neovide"
|
||||||
"pycharm"
|
"pycharm"
|
||||||
"webstorm"
|
"webstorm"
|
||||||
@ -38,6 +38,7 @@
|
|||||||
"goland"
|
"goland"
|
||||||
"appcode"
|
"appcode"
|
||||||
"android-studio"
|
"android-studio"
|
||||||
|
"tower"
|
||||||
|
|
||||||
# Learning
|
# Learning
|
||||||
"anki"
|
"anki"
|
||||||
@ -46,6 +47,11 @@
|
|||||||
"boop"
|
"boop"
|
||||||
"haptickey"
|
"haptickey"
|
||||||
"kdeconnect"
|
"kdeconnect"
|
||||||
|
"hazeover"
|
||||||
];
|
];
|
||||||
|
masApps = {
|
||||||
|
"Codye" = 1516894961;
|
||||||
|
"Xcode" = 497799835;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user