diff --git a/README.md b/README.md index 127c662..08ab164 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,6 @@ xcode-select --install - [tpope/vim-surround](https://github.com/tpope/vim-surround) - manipulate surroundings with "ys", "ds", and "cs" - [vim-scripts/ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister) - replace things with register with "gr" -- [numToStr/Comment.nvim](https://github.com/numToStr/Comment.nvim) - toggle comments with "gc" #### File Explorer @@ -172,9 +171,15 @@ xcode-select --install - [mfussenegger/nvim-lint](https://github.com/mfussenegger/nvim-lint) - Easy way to configure linters - [WhoIsSethDaniel/mason-tool-installer.nvim](https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim) - Auto install linters & formatters on startup -#### Syntax Highlighting & Autoclosing Things +#### Comments + +- [numToStr/Comment.nvim](https://github.com/numToStr/Comment.nvim) - toggle comments with "gc" +- [JoosepAlviste/nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring) - Requires treesitter + +#### Treesitter Syntax Highlighting, Autoclosing & Text Objects - [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Treesitter configuration +- [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - Treesitter configuration - [windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs) - Autoclose brackets, parens, quotes, etc... - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Autoclose tags