Skip to content

Commit 5b5a324

Browse files
chore(main): release 0.2.3 (#7)
1 parent fa1d636 commit 5b5a324

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.3](https://github.com/YeferYV/RetroNvim/compare/v0.2.2...v0.2.3) (2025-02-15)
2+
3+
### Bug Fixes
4+
5+
- **nvim:** removing nvim-treesitter since LSP supports semantic token colorization and foldexpr ([94915f0](https://github.com/YeferYV/RetroNvim/commit/94915f021eb5522753818438575687f3c829e6f2))
6+
- **nvim:** `v:lua.vim.treesitter.foldexpr()` stops working on new opened buffers ([17b4006](https://github.com/YeferYV/RetroNvim/commit/17b40063823e3265208da221877d7d0c48d0538e))
7+
- **nvim:** `<cmd>` is `{ silent = true}` (`:` is not) to prevent confirmation on small screen ([e307cee](https://github.com/YeferYV/RetroNvim/commit/e307ceea6227668d18c6cdd73abd352572191d0e))
8+
- **nvim:** indent_at_cursor = false (inside vscode) ([2b906d6](https://github.com/YeferYV/RetroNvim/commit/2b906d6cc3fb1c38d0032eee01cd598cdf85c9e3))
9+
- **zsh:** ZDOTDIR is overwrited by `code --locate-shell-integration-path` ([20ff9c0](https://github.com/YeferYV/RetroNvim/commit/20ff9c04651f80e9da829bd9416ae2966f122eea))
110

211
## [0.2.2](https://github.com/YeferYV/RetroNvim/compare/v0.2.1...v0.2.2) (2025-01-30)
312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "YeferYV",
99
"url": "https://github.com/YeferYV"
1010
},
11-
"version": "0.2.2",
11+
"version": "0.2.3",
1212
"engines": {
1313
"vscode": "^1.85.0"
1414
},

0 commit comments

Comments
 (0)