Skip to content

Commit d923bf8

Browse files
authored
docs(extras.vscode): update enabled plugins (#91)
Update from https://github.com/LazyVim/LazyVim/pull/3250/files
1 parent cfed40c commit d923bf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/extras/vscode.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ Enabled plugins:
66

77
```lua
88
{
9+
"dial.nvim",
910
"flit.nvim",
1011
"lazy.nvim",
1112
"leap.nvim",
1213
"mini.ai",
1314
"mini.comment",
15+
"mini.move",
1416
"mini.pairs",
1517
"mini.surround",
1618
"nvim-treesitter",
1719
"nvim-treesitter-textobjects",
1820
"nvim-ts-context-commentstring",
1921
"vim-repeat",
22+
"yanky.nvim",
2023
}
2124
```
2225

0 commit comments

Comments
 (0)