Add vim-stye relative lines in VSCodium
This commit is contained in:
parent
874f06b331
commit
e16d0e5d11
|
|
@ -6,7 +6,8 @@
|
|||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
profiles.default.extensions =
|
||||
profiles.default = {
|
||||
extensions =
|
||||
with pkgs.vscode-extensions;
|
||||
with pkgs.vscode-marketplace;
|
||||
[
|
||||
|
|
@ -26,5 +27,11 @@
|
|||
rvest.vs-code-prettier-eslint
|
||||
vscodevim.vim
|
||||
];
|
||||
|
||||
userSettings = {
|
||||
"editor.stickyScroll.maxLineCount" = 10;
|
||||
"vim.smartRelativeLine" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue