mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 11:06:41 -07:00
update vscode configuration
This commit is contained in:
parent
51bc78a357
commit
c5819a161e
2 changed files with 4 additions and 7 deletions
3
home.nix
3
home.nix
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue