Skip to content

Commit

Permalink
chore(nvim): release 5.3.0 (#55)
Browse files Browse the repository at this point in the history
🤖 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:** < and > 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>
  • Loading branch information
github-actions[bot] authored Feb 17, 2024
1 parent 3b8cb89 commit 60b7892
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.2.1"
".": "5.3.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [5.3.0](https://github.com/daUnknownCoder/NeutronVim/compare/v5.2.1...v5.3.0) (2024-02-17)


### Features

* **lsp_attach:** Increase performance + lsp_attach check ([8e78a17](https://github.com/daUnknownCoder/NeutronVim/commit/8e78a17c76bc545928594d6cd1f9641390f46a2f))
* **tags completion:** &lt; and &gt; autocomplete ([928d358](https://github.com/daUnknownCoder/NeutronVim/commit/928d358d6830b7d68f761fea224af10ab559abbd))
* **tools:** better look, add few params ([436c042](https://github.com/daUnknownCoder/NeutronVim/commit/436c0423d572fe4bb2c360337fecfe40f49db15b))


### Bug Fixes

* **tab key:** updated rude behaviour of tab key while between words ([f2104e6](https://github.com/daUnknownCoder/NeutronVim/commit/f2104e6838539009290cfec5178234f4a585ce73))


### Performance Improvements

* **virtual_text:** virtual lines displayed on current line only ([b50125c](https://github.com/daUnknownCoder/NeutronVim/commit/b50125cddb56a1669020b218ee0099462cab68af))

## [5.2.1](https://github.com/daUnknownCoder/NeutronVim/compare/v5.2.0...v5.2.1) (2024-02-17)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.3.0

0 comments on commit 60b7892

Please sign in to comment.