Skip to content

Commit ebbd895

Browse files
committed
feat:
- add relevant tags
1 parent 43bc1d2 commit ebbd895

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Hey there! Nvim UI+ takes your VSCode Neovim experience to the next level by mak
3232
1. Grab the VSCode Neovim extension
3333
2. Install this extension (Nvim UI+)
3434
3. Add a bit of Lua to your Neovim config (see below)
35-
4. Restart VSCode and enjoy!
35+
4. Make sure you are in a workspace
36+
5. Restart VSCode and enjoy!
3637

3738
### Neovim Config Setup
3839

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@
2222
"categories": [
2323
"Other"
2424
],
25+
"keywords": [
26+
"neovim",
27+
"vim",
28+
"nvim",
29+
"vscode-neovim",
30+
"ui",
31+
"theme",
32+
"color",
33+
"colorscheme",
34+
"mode",
35+
"whichkey",
36+
"which-key"
37+
],
38+
2539
"main": "./dist/index.js",
2640
"icon": "res/icon.png",
2741
"files": [

0 commit comments

Comments
 (0)