Add vim-stye relative lines in VSCodium
This commit is contained in:
parent
874f06b331
commit
e16d0e5d11
|
|
@ -6,25 +6,32 @@
|
|||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
profiles.default.extensions =
|
||||
with pkgs.vscode-extensions;
|
||||
with pkgs.vscode-marketplace;
|
||||
[
|
||||
amazonwebservices.aws-toolkit-vscode
|
||||
arrterian.nix-env-selector
|
||||
christian-kohler.path-intellisense
|
||||
eamodio.gitlens
|
||||
esbenp.prettier-vscode
|
||||
jnoortheen.nix-ide
|
||||
leonardssh.vscord
|
||||
mkhl.direnv
|
||||
ms-python.debugpy
|
||||
ms-python.python
|
||||
opentofu.vscode-opentofu
|
||||
redhat.ansible
|
||||
redhat.vscode-yaml
|
||||
rvest.vs-code-prettier-eslint
|
||||
vscodevim.vim
|
||||
];
|
||||
profiles.default = {
|
||||
extensions =
|
||||
with pkgs.vscode-extensions;
|
||||
with pkgs.vscode-marketplace;
|
||||
[
|
||||
amazonwebservices.aws-toolkit-vscode
|
||||
arrterian.nix-env-selector
|
||||
christian-kohler.path-intellisense
|
||||
eamodio.gitlens
|
||||
esbenp.prettier-vscode
|
||||
jnoortheen.nix-ide
|
||||
leonardssh.vscord
|
||||
mkhl.direnv
|
||||
ms-python.debugpy
|
||||
ms-python.python
|
||||
opentofu.vscode-opentofu
|
||||
redhat.ansible
|
||||
redhat.vscode-yaml
|
||||
rvest.vs-code-prettier-eslint
|
||||
vscodevim.vim
|
||||
];
|
||||
|
||||
userSettings = {
|
||||
"editor.stickyScroll.maxLineCount" = 10;
|
||||
"vim.smartRelativeLine" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue