Update vscode config
This commit is contained in:
parent
d20d77f764
commit
e349339c0f
@ -77,6 +77,8 @@ in {
|
|||||||
"nix.formatterPath" = "nixfmt";
|
"nix.formatterPath" = "nixfmt";
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
"vscode-neovim.neovimExecutablePaths.linux" = "${pkgs.neovim}/bin/nvim";
|
"vscode-neovim.neovimExecutablePaths.linux" = "${pkgs.neovim}/bin/nvim";
|
||||||
|
"vscode-neovim.useCtrlKeysForNormalMode" = false;
|
||||||
|
"vscode-neovim.mouseSelectionStartVisualMode" = true;
|
||||||
};
|
};
|
||||||
keybindings = [{
|
keybindings = [{
|
||||||
key = "ctrl+shift+r";
|
key = "ctrl+shift+r";
|
||||||
|
Loading…
Reference in New Issue
Block a user