mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
update nvim and add vscode swift extension
This commit is contained in:
parent
f923ddf7c4
commit
d1685c92d3
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ let
|
|||
rust-lang.rust-analyzer
|
||||
scalameta.metals
|
||||
skyapps.fish-vscode
|
||||
sswg.swift-lang
|
||||
svsool.markdown-memo
|
||||
timonwong.shellcheck
|
||||
usernamehw.errorlens
|
||||
|
@ -36,6 +37,7 @@ let
|
|||
];
|
||||
myUserSettings = {
|
||||
"editor.fontFamily" = "SF Mono";
|
||||
"editor.fontLigatures" = true;
|
||||
"editor.fontSize" = 13;
|
||||
"editor.copyWithSyntaxHighlighting" = true;
|
||||
"extensions.experimental.affinity" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue