diff --git a/README.md b/README.md index dc1689a..26bef64 100644 --- a/README.md +++ b/README.md @@ -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. -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 @@ -35,4 +35,3 @@ Neovim and Git can also be installed this way. ``` powershell winget install Git.Git Neovim.Neovim ``` - diff --git a/lazyvim.json b/lazyvim.json index ee6c23c..161960d 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -1,11 +1,12 @@ { "extras": [ + "lazyvim.plugins.extras.coding.mini-surround", "lazyvim.plugins.extras.lang.markdown", "lazyvim.plugins.extras.lang.rust", "lazyvim.plugins.extras.util.project" ], "news": { - "NEWS.md": "2191" + "NEWS.md": "6258" }, - "version": 2 + "version": 6 } \ No newline at end of file