Update vscode config

This commit is contained in:
Alexander Bantyev 2022-06-02 00:07:19 +04:00
parent d20d77f764
commit e349339c0f
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -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";