Merge pull request #19 from softinio/softinio/push-kzkkvvqxztqp

remove broot and update vscode configuration
This commit is contained in:
Salar Rahmanian 2025-10-12 10:55:47 -07:00 committed by GitHub
commit 5f1aa0a9e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 33 deletions

View file

@ -22,6 +22,7 @@
"gh-copilot"
"slack"
"vscode"
"vscode-extension-anthropic-claude-code"
"vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat"
"vscode-extension-MS-python-vscode-pylance"
@ -75,8 +76,6 @@
nixfmt-rfc-style
nix-prefetch-git
nodejs
noto-fonts
noto-fonts-color-emoji
ollama
openssl
pandoc

View file

@ -1,25 +0,0 @@
{ ... }:
let
myverbs = [
{
invocation = "panel_right";
key = "alt-right";
internal = ":panel_right";
}
{
invocation = "panel_left_no_open";
key = "alt-left";
internal = ":panel_left_no_open";
}
];
in
{
programs.broot = {
enable = true;
enableFishIntegration = true;
settings = {
modal = true;
verbs = myverbs;
};
};
}

View file

@ -1,6 +1,5 @@
[
./aider
./broot
./fish
./ghostty
./git

View file

@ -2,7 +2,8 @@
let
myExtensions = with pkgs.vscode-extensions; [
asvetliakov.vscode-neovim
anthropic.claude-code
anweber.vscode-httpyac
baccata.scaladex-search
charliermarsh.ruff
davidanson.vscode-markdownlint
@ -11,7 +12,6 @@ let
github.github-vscode-theme
github.vscode-github-actions
github.vscode-pull-request-github
humao.rest-client
jnoortheen.nix-ide
marp-team.marp-vscode
mechatroner.rainbow-csv
@ -37,6 +37,7 @@ let
visualstudioexptteam.vscodeintellicode
visualjj.visualjj
vscode-icons-team.vscode-icons
vscodevim.vim
vscjava.vscode-java-pack
yzhang.markdown-all-in-one
];
@ -45,9 +46,6 @@ let
"editor.fontLigatures" = true;
"editor.fontSize" = 13;
"editor.copyWithSyntaxHighlighting" = true;
"extensions.experimental.affinity" = {
"asvetliakov.vscode-neovim" = 1;
};
"extensions.ignoreRecommendations" = true;
"files.autoSave" = "afterDelay";
"git.confirmSync" = true;