kakoune changes & macos app additions

This commit is contained in:
Maddie H 2023-04-21 21:01:04 +01:00
parent e26ecbc388
commit efced09d1e
Signed by: maddie
GPG Key ID: C296DE8C9053683F
2 changed files with 10 additions and 1 deletions

View File

@ -14,9 +14,12 @@
scrollOff.lines = 3;
showWhitespace.enable = false;
tabStop = 4;
colorScheme = "one-dark";
ui = {
statusLine = "top";
assistant = "cat";
enableMouse = true;
setTitle = true;
};
};
plugins = with pkgs.kakounePlugins; [

View File

@ -30,7 +30,7 @@
"minecraft"
"prismlauncher"
# IDEs
# Development
"neovide"
"pycharm"
"webstorm"
@ -38,6 +38,7 @@
"goland"
"appcode"
"android-studio"
"tower"
# Learning
"anki"
@ -46,6 +47,11 @@
"boop"
"haptickey"
"kdeconnect"
"hazeover"
];
masApps = {
"Codye" = 1516894961;
"Xcode" = 497799835;
};
};
}