Skip to content

Commit

Permalink
Merge branch 'nvim' of https://github.com/daUnknownCoder/NeutronVim i…
Browse files Browse the repository at this point in the history
…nto nvim
  • Loading branch information
daUnknownCoder committed Oct 31, 2023
2 parents 495c1aa + 87d261a commit aee772d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.3.0](https://github.com/daUnknownCoder/NeutronVim/compare/v4.2.0...v4.3.0) (2023-10-31)


### Features

* **none-ls:** Switched to none-ls [Linting & Formatting] ([6dc2f01](https://github.com/daUnknownCoder/NeutronVim/commit/6dc2f01428bae2e780e9df273ec510f3029bd63a))


### Bug Fixes

* **lazy:** removed redundant lazy specs ([9cc522d](https://github.com/daUnknownCoder/NeutronVim/commit/9cc522dccf3de18ba37c743e21a977ea05033a7f))
* **lsp-progress:** removed lsp-progress in lualine ([8ad286d](https://github.com/daUnknownCoder/NeutronVim/commit/8ad286ddbf4390e7c93343f93f13d631416b5dc4))

## [4.2.0](https://github.com/daUnknownCoder/NeutronVim/compare/v4.1.1...v4.2.0) (2023-10-31)


Expand Down
6 changes: 0 additions & 6 deletions lua/NeutronVim/core/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ require("lazy").setup({
-- UI Enhancement
{ import = "NeutronVim.plugins.UI" },

-- Formatting
{ import = "NeutronVim.plugins.Formatting" },

-- Linting
{ import = "NeutronVim.plugins.Linting" },

-- Editing Related
{ import = "NeutronVim.plugins.Editor" },

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

0 comments on commit aee772d

Please sign in to comment.