You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Keymaps for [Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.
12
12
13
13
## 1.0 Installation
14
14
15
-
Install LunarKeymap via [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=fathulfahmy.lunarkeymap)
15
+
Install LunarKeymap via [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=fathulfahmy.lunarkeymap).
16
16
17
17
## 2.0 Usage
18
18
@@ -178,20 +178,27 @@ Full list of shortcuts are available on `Feature Contributions`.
178
178
179
179
8. Save user settings `ctrl+s`
180
180
181
-
<!--## Known Issues-->
181
+
## 5.0 Known Issues
182
182
183
-
## 5.0 Contributing
183
+
### Integration with Neovim
184
+
185
+
This extension does not support vscode/vim neovim mode or any other neovim extension.
186
+
Configuration to both VS Code and user's Neovim is required in order for Neovim to work.
187
+
VS Code extensions do not have access to user's application (Neovim).
188
+
Follow Chris Chiarulli's tutorial on [how to embed Neovim in VS Code](https://www.youtube.com/watch?v=g4dXZ0RQWdw).
189
+
190
+
## 6.0 Contributing
184
191
185
192
1. Go to LunarKeymap [GitHub repository](https://github.com/fathulfahmy/lunarkeymap).
186
193
2. Open [package.json](https://github.com/fathulfahmy/lunarkeymap/blob/main/package.json).
187
194
3. Add JSON object to [contributes.configurationDefaults](https://github.com/fathulfahmy/lunarkeymap/blob/main/package.json) or [contributes.keybindings](https://github.com/fathulfahmy/lunarkeymap/blob/main/package.json).
188
195
4. Open a pull request.
189
196
190
-
## 6.0 License
197
+
## 7.0 License
191
198
192
-
This extension is licensed under the [MIT License](https://github.com/fathulfahmy/lunarkeymap/blob/main/LICENSE)
199
+
This extension is licensed under the [MIT License](https://github.com/fathulfahmy/lunarkeymap/blob/main/LICENSE).
0 commit comments