Skip to content

Commit 60b7892

Browse files
chore(nvim): release 5.3.0 (#55)
πŸ€– I have created a release *beep* *boop* --- ## [5.3.0](v5.2.1...v5.3.0) (2024-02-17) ### Features * **lsp_attach:** Increase performance + lsp_attach check ([8e78a17](8e78a17)) * **tags completion:** &lt; and &gt; autocomplete ([928d358](928d358)) * **tools:** better look, add few params ([436c042](436c042)) ### Bug Fixes * **tab key:** updated rude behaviour of tab key while between words ([f2104e6](f2104e6)) ### Performance Improvements * **virtual_text:** virtual lines displayed on current line only ([b50125c](b50125c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3b8cb89 commit 60b7892

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.1"
2+
".": "5.3.0"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [5.3.0](https://github.com/daUnknownCoder/NeutronVim/compare/v5.2.1...v5.3.0) (2024-02-17)
4+
5+
6+
### Features
7+
8+
* **lsp_attach:** Increase performance + lsp_attach check ([8e78a17](https://github.com/daUnknownCoder/NeutronVim/commit/8e78a17c76bc545928594d6cd1f9641390f46a2f))
9+
* **tags completion:** &lt; and &gt; autocomplete ([928d358](https://github.com/daUnknownCoder/NeutronVim/commit/928d358d6830b7d68f761fea224af10ab559abbd))
10+
* **tools:** better look, add few params ([436c042](https://github.com/daUnknownCoder/NeutronVim/commit/436c0423d572fe4bb2c360337fecfe40f49db15b))
11+
12+
13+
### Bug Fixes
14+
15+
* **tab key:** updated rude behaviour of tab key while between words ([f2104e6](https://github.com/daUnknownCoder/NeutronVim/commit/f2104e6838539009290cfec5178234f4a585ce73))
16+
17+
18+
### Performance Improvements
19+
20+
* **virtual_text:** virtual lines displayed on current line only ([b50125c](https://github.com/daUnknownCoder/NeutronVim/commit/b50125cddb56a1669020b218ee0099462cab68af))
21+
322
## [5.2.1](https://github.com/daUnknownCoder/NeutronVim/compare/v5.2.0...v5.2.1) (2024-02-17)
423

524

β€Žversion.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.1
1+
5.3.0

0 commit comments

Comments
Β (0)