Merge 'upstream/master' chore: fix typos

This commit is contained in:
Damjan 9000
2024-03-01 23:11:08 +01:00
7 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ return {
-- There are additional nvim-treesitter modules that you can use to interact
-- with nvim-treesitter. You should go explore a few and see what interests you:
--
-- - Incremental selection: Included, see :help nvim-treesitter-incremental-selection-mod
-- - Incremental selection: Included, see `:help nvim-treesitter-incremental-selection-mod`
-- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
end,