Add mini-surround extra
This commit is contained in:
parent
02f24fac75
commit
1082110ab6
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue