docs: update readme

This commit is contained in:
2024-05-04 01:00:23 +03:00
committed by Chen Asraf
parent 3f684bbdc0
commit a775191122

View File

@@ -98,10 +98,20 @@ require("lazy").setup({
-- stable version
use { "chenasraf/text-transform.nvim",
tag = "stable",
requires = {
-- for Telescope popup
'nvim-telescope/telescope.nvim',
'nvim-lua/plenary.nvim',
}
}
-- dev version
use { "chenasraf/text-transform.nvim",
branch = "develop",
requires = {
-- for Telescope popup
'nvim-telescope/telescope.nvim',
'nvim-lua/plenary.nvim',
}
}
```