From c34c1f28e347c3eea9f608ae549885c69afdc918 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 11:50:21 +0200 Subject: [PATCH 01/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f6eeec6d..b26f5e4df1 100755 --- a/README.md +++ b/README.md @@ -1359,6 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support +- [TheLazyCat00/focus-nvim](https://github.com/TheLazyCat00/focus-nvim) - Automatically folds predefined structures with tree-sitter. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. From dfea64036b5fbd6f3f24993dc754a08acaa04fde Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 11:56:06 +0200 Subject: [PATCH 02/11] tree-sitter -> Tree-sitter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26f5e4df1..6e36810676 100755 --- a/README.md +++ b/README.md @@ -1359,7 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support -- [TheLazyCat00/focus-nvim](https://github.com/TheLazyCat00/focus-nvim) - Automatically folds predefined structures with tree-sitter. +- [TheLazyCat00/focus-nvim](https://github.com/TheLazyCat00/focus-nvim) - Automatically folds predefined structures with Tree-sitter. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. From 1ae9a07e7fc691a6b6e87844d629e408c19a3dd3 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 12:29:54 +0200 Subject: [PATCH 03/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e36810676..d21104afce 100755 --- a/README.md +++ b/README.md @@ -1458,6 +1458,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Formatting +- [TheLazyCat00/simple-format](https://github.com/TheLazyCat00/simple-format) - Minimalistic plugin for replacing text using custom regex and highlight group rules, useful for formatting whitespace. - [gpanders/editorconfig.nvim](https://github.com/gpanders/editorconfig.nvim) - An EditorConfig plugin written in Fennel. - [mhartington/formatter.nvim](https://github.com/mhartington/formatter.nvim) - A format runner written in Lua. - [lukas-reineke/lsp-format.nvim](https://github.com/lukas-reineke/lsp-format.nvim) - A wrapper around Neovims native LSP formatting. From 0d8e7d2f82c55bb6ccf0a181b0cbec5702e7b3bc Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 12:35:41 +0200 Subject: [PATCH 04/11] Revert "tree-sitter -> Tree-sitter" This reverts commit dfea64036b5fbd6f3f24993dc754a08acaa04fde. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d21104afce..baad5d6d42 100755 --- a/README.md +++ b/README.md @@ -1359,7 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support -- [TheLazyCat00/focus-nvim](https://github.com/TheLazyCat00/focus-nvim) - Automatically folds predefined structures with Tree-sitter. +- [TheLazyCat00/focus-nvim](https://github.com/TheLazyCat00/focus-nvim) - Automatically folds predefined structures with tree-sitter. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. From e3fe7ccf1be012b5e168ea31d8ebaf05504ccd80 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 12:37:22 +0200 Subject: [PATCH 05/11] revert simple-format --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index baad5d6d42..b26f5e4df1 100755 --- a/README.md +++ b/README.md @@ -1458,7 +1458,6 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Formatting -- [TheLazyCat00/simple-format](https://github.com/TheLazyCat00/simple-format) - Minimalistic plugin for replacing text using custom regex and highlight group rules, useful for formatting whitespace. - [gpanders/editorconfig.nvim](https://github.com/gpanders/editorconfig.nvim) - An EditorConfig plugin written in Fennel. - [mhartington/formatter.nvim](https://github.com/mhartington/formatter.nvim) - A format runner written in Lua. - [lukas-reineke/lsp-format.nvim](https://github.com/lukas-reineke/lsp-format.nvim) - A wrapper around Neovims native LSP formatting. From 05bb204bad8b9fcce45eab0f95570ec2fc8332a1 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 12:39:48 +0200 Subject: [PATCH 06/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26f5e4df1..c8fcca7b13 100755 --- a/README.md +++ b/README.md @@ -1359,7 +1359,6 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support -- [TheLazyCat00/focus-nvim](https://github.com/TheLazyCat00/focus-nvim) - Automatically folds predefined structures with tree-sitter. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. @@ -1458,6 +1457,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Formatting +- [TheLazyCat00/simple-format](https://github.com/TheLazyCat00/simple-format) - Minimalistic plugin for replacing text using custom regex and highlight group rules, useful for formatting whitespace. - [gpanders/editorconfig.nvim](https://github.com/gpanders/editorconfig.nvim) - An EditorConfig plugin written in Fennel. - [mhartington/formatter.nvim](https://github.com/mhartington/formatter.nvim) - A format runner written in Lua. - [lukas-reineke/lsp-format.nvim](https://github.com/lukas-reineke/lsp-format.nvim) - A wrapper around Neovims native LSP formatting. From 065eaaf54a80a57e9a8bc5a5fc9ff4c4dbf7c946 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sat, 19 Apr 2025 13:08:17 +0200 Subject: [PATCH 07/11] made original branch --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c8fcca7b13..02f6eeec6d 100755 --- a/README.md +++ b/README.md @@ -1457,7 +1457,6 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Formatting -- [TheLazyCat00/simple-format](https://github.com/TheLazyCat00/simple-format) - Minimalistic plugin for replacing text using custom regex and highlight group rules, useful for formatting whitespace. - [gpanders/editorconfig.nvim](https://github.com/gpanders/editorconfig.nvim) - An EditorConfig plugin written in Fennel. - [mhartington/formatter.nvim](https://github.com/mhartington/formatter.nvim) - A format runner written in Lua. - [lukas-reineke/lsp-format.nvim](https://github.com/lukas-reineke/lsp-format.nvim) - A wrapper around Neovims native LSP formatting. From 608c07e1775194c6c7aaf7e11676406515378fb0 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Wed, 23 Apr 2025 11:25:25 +0200 Subject: [PATCH 08/11] add lua-mundo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f6eeec6d..464a1e9088 100755 --- a/README.md +++ b/README.md @@ -1359,6 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support +- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Fork of `vim-mundo` with some improvements and a lua entry point allowing you to set it up like any other lua plugin. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. From d572763dfad3ba63058fdea68dfc3fe55bf8a0a3 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Wed, 23 Apr 2025 11:27:47 +0200 Subject: [PATCH 09/11] added better desc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464a1e9088..16d92289d3 100755 --- a/README.md +++ b/README.md @@ -1359,7 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support -- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Fork of `vim-mundo` with some improvements and a lua entry point allowing you to set it up like any other lua plugin. +- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Undo tree visualizer, fork of `vim-mundo` with some improvements and a lua entry point allowing you to set it up like any other lua plugin. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. From 3c0b50203f679f500d9b10b47908127c47b1367e Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Wed, 23 Apr 2025 11:31:14 +0200 Subject: [PATCH 10/11] lua -> Lua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d92289d3..f801235762 100755 --- a/README.md +++ b/README.md @@ -1359,7 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support -- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Undo tree visualizer, fork of `vim-mundo` with some improvements and a lua entry point allowing you to set it up like any other lua plugin. +- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Undo tree visualizer, fork of `vim-mundo` with some improvements and a Lua entry point allowing you to set it up like any other Lua plugin. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag. From b961a12b1cd9a69e9bc7e4ba9f5a9d8e97a5b583 Mon Sep 17 00:00:00 2001 From: Manuel Stieger Date: Sun, 27 Apr 2025 22:10:29 +0200 Subject: [PATCH 11/11] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f801235762..809ce33b67 100755 --- a/README.md +++ b/README.md @@ -1359,7 +1359,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Editing Support -- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Undo tree visualizer, fork of `vim-mundo` with some improvements and a Lua entry point allowing you to set it up like any other Lua plugin. +- [TheLazyCat00/lua-mundo](https://github.com/TheLazyCat00/lua-mundo) - Undo tree visualizer, fork of vim-mundo with some improvements and a Lua entry point. - [wurli/split.nvim](https://github.com/wurli/split.nvim) - Provides a mapping to split text by delimiter, giving an inverse of the native J command. - [csessh/stopinsert.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. - [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Use Tree-sitter to autoclose and autorename XML, HTML, JSX tag.