docs: update

This commit is contained in:
Folke Lemaitre
2024-05-20 23:41:51 +02:00
parent 52d0a587d5
commit 6e84c5b4b0
+5 -5
View File
@@ -1,15 +1,15 @@
# 🚀 ts-comments.nvim
# 🚀 `ts-comments.nvim`
Tiny plugin to enhance Neovim's native comments:
- Easily override the comment string for a given **treesitter** language
- Supports different comment strings for different **treesitter** node types
# ⚡️ Requirements
## ⚡️ Requirements
- Neovim >= 0.10.0
# 📦 Installation
## 📦 Installation
Using [lazy.nvim](https://github.com/folke/lazy.nvim):
@@ -22,7 +22,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
}
```
# ⚙️ Configuration
## ⚙️ Configuration
Default configuration:
@@ -75,6 +75,6 @@ Default configuration:
```
# 🔗 Related
## 🔗 Related
- [nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring)