Skip to content

Commit 3f511c7

Browse files
committed
ts-comments is not required anymore.
1 parent a5b05d7 commit 3f511c7

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

blog/2024-8-6-what-is-new-on-4-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors: [zeioth]
66

77
## Some metrics
88

9-
* `Version 4.0` add `1282` commits over `NormalNvim 3.0` and over `10.000` non breaking changes.
10-
* This is the result of `1 year and 4 days of full time development`.
11-
* [56 new users have joined our discord channel](https://discord.gg/ymcMaSnq7d).
9+
* `Version 4.0` add `1460` commits over NormalNvim 3.0 and over `10.000` non breaking changes.
10+
* This is the result of `1 year and 71 days` of full time development.
11+
* [68 new users have joined our discord channel](https://discord.gg/ymcMaSnq7d).
1212

1313
You can check the full diff on GitHub [here](https://github.com/NormalNvim/NormalNvim/compare/v3.0.0...v4.0.0-rc7).
1414

docs/plugins/dev-core.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Plugins that are just there.
99
## List of plugins
1010

1111
- [nvim-treesitter](#nvim-treesitter) `TREESITTER`
12-
- [ts-comments](#ts-comments) `TREESITTER`
1312
- [render-markdown](#render-markdown) `TREESITTER`
1413
- [nvim-highlight-colors](#nvim-highlight-colors) `TREESITTER`
1514
- [nvim-java](#nvim-java) `LSP`
@@ -31,13 +30,6 @@ Plugins that are just there.
3130
## [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
3231
Syntax highlighting manager for Neovim.
3332

34-
## [ts-comments](https://github.com/folke/ts-comments.nvim)
35-
You can comment your code pressing the keys `g + c + c` in normal mode.
36-
37-
> Hint: Neovim already has this feature built-in. This plugin just improve language support.
38-
39-
![ts-comments screenshot](/img/screenshots/config/dev-core/ts-comments.webp)
40-
4133
## [render-markdown](https://github.com/echasnovski/render-markdown.nvim)
4234
Render markdown while in normal mode. Great for note taking!
4335

0 commit comments

Comments
 (0)