-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vimcode-config",
"version": "2.9.3",
"description": "LazyVim-inspired Vim configuration for VS Code with 50+ keybindings. Bring Neovim muscle memory to VS Code with full LSP, Git integration, and modern editor features.",
"keywords": [
"vim",
"vscode",
"neovim",
"lazyvim",
"vscodevim",
"vim-config",
"vim-configuration",
"vscode-vim",
"vscode-config",
"vscode-configuration",
"keybindings",
"keyboard-shortcuts",
"modal-editing",
"text-editor",
"productivity",
"developer-tools",
"vim-keybindings",
"vim-bindings",
"code-editor",
"lsp",
"gitlens",
"editor-config",
"dotfiles",
"vim-mode",
"vscode-settings",
"cursor-editor",
"antigravity"
],
"homepage": "https://github.com/wojukasz/VimCode#readme",
"repository": {
"type": "git",
"url": "https://github.com/wojukasz/VimCode.git"
},
"bugs": {
"url": "https://github.com/wojukasz/VimCode/issues"
},
"author": "wojukasz",
"license": "MIT",
"scripts": {
"install:vscode": "code --install-extension vscodevim.vim && code --install-extension VSpaceCode.whichkey && code --install-extension eamodio.gitlens && code --install-extension hoovercj.vscode-settings-cycler",
"install:cursor": "cursor --install-extension vscodevim.vim && cursor --install-extension VSpaceCode.whichkey && cursor --install-extension eamodio.gitlens && cursor --install-extension hoovercj.vscode-settings-cycler"
},
"files": [
"config/",
"*.md"
],
"dependencies": {},
"devDependencies": {},
"engines": {
"vscode": "^1.60.0"
}
}