From 6e84c5b4b0dd2767049e58f3be586e3d850a7638 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 20 May 2024 23:41:51 +0200 Subject: [PATCH] docs: update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69bd39e..6bda135 100644 --- a/README.md +++ b/README.md @@ -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)