Add mini-surround extra

This commit is contained in:
Emma Turner 2024-06-14 09:18:57 -06:00
parent 02f24fac75
commit 1082110ab6
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ Refer to the [documentation](https://lazyvim.github.io/installation) to learn mo
A c compiler is required to install treesitter parsers. Currently using gcc from the 64-bit win32 ucrt version of Mingw. A c compiler is required to install treesitter parsers. Currently using gcc from the 64-bit win32 ucrt version of Mingw.
This can be installed from https://github.com/niXman/mingw-builds-binaries/releases This can be installed from [https://github.com/niXman/mingw-builds-binaries/releases]
### Nerd Font ### Nerd Font
@ -35,4 +35,3 @@ Neovim and Git can also be installed this way.
``` powershell ``` powershell
winget install Git.Git Neovim.Neovim winget install Git.Git Neovim.Neovim
``` ```

View File

@ -1,11 +1,12 @@
{ {
"extras": [ "extras": [
"lazyvim.plugins.extras.coding.mini-surround",
"lazyvim.plugins.extras.lang.markdown", "lazyvim.plugins.extras.lang.markdown",
"lazyvim.plugins.extras.lang.rust", "lazyvim.plugins.extras.lang.rust",
"lazyvim.plugins.extras.util.project" "lazyvim.plugins.extras.util.project"
], ],
"news": { "news": {
"NEWS.md": "2191" "NEWS.md": "6258"
}, },
"version": 2 "version": 6
} }