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
2
home.nix
2
home.nix
|
@ -286,6 +286,6 @@
|
||||||
# Neovim Configuration
|
# Neovim Configuration
|
||||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||||
url = "https://code.softinio.com/softinio/nvim-config";
|
url = "https://code.softinio.com/softinio/nvim-config";
|
||||||
rev = "8d6d972b8eeab4122979adc2bd4bf6db36ce4426";
|
rev = "0e57d13d1d6d6ec24df435b0da8dbd072b8e3896";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@ let
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
scalameta.metals
|
scalameta.metals
|
||||||
skyapps.fish-vscode
|
skyapps.fish-vscode
|
||||||
|
sswg.swift-lang
|
||||||
svsool.markdown-memo
|
svsool.markdown-memo
|
||||||
timonwong.shellcheck
|
timonwong.shellcheck
|
||||||
usernamehw.errorlens
|
usernamehw.errorlens
|
||||||
|
@ -36,6 +37,7 @@ let
|
||||||
];
|
];
|
||||||
myUserSettings = {
|
myUserSettings = {
|
||||||
"editor.fontFamily" = "SF Mono";
|
"editor.fontFamily" = "SF Mono";
|
||||||
|
"editor.fontLigatures" = true;
|
||||||
"editor.fontSize" = 13;
|
"editor.fontSize" = 13;
|
||||||
"editor.copyWithSyntaxHighlighting" = true;
|
"editor.copyWithSyntaxHighlighting" = true;
|
||||||
"extensions.experimental.affinity" = {
|
"extensions.experimental.affinity" = {
|
||||||
|
|
Loading…
Reference in a new issue