Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokhuong-uon/vscode-nvim
VSCode-Neovim keybinding config using Lua similar to LunarVim
https://github.com/sokhuong-uon/vscode-nvim
config editorconfig lua lunarvim neovim settings vim vscode which-key
Last synced: about 17 hours ago
JSON representation
VSCode-Neovim keybinding config using Lua similar to LunarVim
- Host: GitHub
- URL: https://github.com/sokhuong-uon/vscode-nvim
- Owner: sokhuong-uon
- License: mit
- Created: 2023-01-01T05:01:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T09:19:53.000Z (4 months ago)
- Last Synced: 2024-11-23T23:55:11.642Z (2 months ago)
- Topics: config, editorconfig, lua, lunarvim, neovim, settings, vim, vscode, which-key
- Language: Lua
- Homepage:
- Size: 67.4 KB
- Stars: 28
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSVim
## Config file for [VSCode Neovim](https://github.com/vscode-neovim/vscode-neovim) and [whichkey](https://github.com/VSpaceCode/vscode-which-key) using [Lua](https://www.lua.org/)### Installation (Linux/MacOs)
via command
```bash
bash <(curl -s https://raw.githubusercontent.com/sokhuong-uon/vscode-nvim/main/installer/install.sh)
```
or clone this repo into your `.config` folder And point VSCode Neovim config path to `init.lua`.- Do not forget to add content in whichkey/settings.json in your vscode setting
- Additionaly, you should add some part of keybindigs.json in your vscode keybindings.json
**Requirements**:
- Have [Neovim](https://neovim.io/) in your machine.
- Already install [VSCode Neovim](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim) and [Which Key](https://marketplace.visualstudio.com/items?itemName=VSpaceCode.whichkey) extensions in VSCode.