Vscode-Neovim Support

- NeoVIM: Updates to NOT certain plugins in VSCode
- NeoVIM: Keymaps loaded only when neovim and NOT for VSCode
- VSCode: Added NeoVIM plugin with corresponding settings
This commit is contained in:
Pratik Tripathy
2024-07-01 22:08:08 +05:30
parent 98578abf18
commit 4c5aa8ff03
15 changed files with 81 additions and 17 deletions

View File

@@ -22,6 +22,7 @@
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.cursorSurroundingLines": 8,
"files.trimTrailingWhitespace": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
@@ -52,13 +53,23 @@
"debug.onTaskErrors": "debugAnyway",
// NeoVIM
// "keyboard.dispatch": "keyCode", // Hack to make CAPS->Esc remap work on Ubuntu
// "extensions.experimental.affinity": {
// "asvetliakov.vscode-neovim": 1
// },
// "vscode-neovim.logLevel": "warn",
"keyboard.dispatch": "keyCode", // Hack to make CAPS->Esc remap work on Ubuntu
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
// "vscode-neovim.neovimExecutablePaths.linux": "/home/linuxbrew/.linuxbrew/bin/nvim",
// "vscode-neovim.useWSL": true,
// https://github.com/vscode-neovim/vscode-neovim/wiki/Settings#search-result-border
"vscode-neovim.highlightGroups.highlights": {
"IncSearch": {
"borderStyle": "solid",
"borderWidth": "1px"
},
"Search": {
"borderStyle": "solid",
"borderWidth": "1px"
}
},
//
// Prettier Plugin