kakoune changes & macos app additions
This commit is contained in:
parent
e26ecbc388
commit
efced09d1e
@ -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; [
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user