61 lines
2.3 KiB
Markdown
61 lines
2.3 KiB
Markdown
# Changelog
|
|
|
|
## [1.5.0](https://github.com/sleiphir/nvim/compare/v1.4.0...v1.5.0) (2024-07-28)
|
|
|
|
|
|
### Features
|
|
|
|
* **telescope:** change <leader>fa to ignore .git folder ([77272a7](https://github.com/sleiphir/nvim/commit/77272a70d3fb1ab439585e68d58c55c80baebf1f))
|
|
|
|
## [1.4.0](https://github.com/sleiphir/nvim/compare/v1.3.0...v1.4.0) (2024-07-06)
|
|
|
|
|
|
### Features
|
|
|
|
* add oil to replace netrw ([7e318ed](https://github.com/sleiphir/nvim/commit/7e318ed9166d2f5a76149ec6785d93ee63395ea2))
|
|
* add python path to options ([f019253](https://github.com/sleiphir/nvim/commit/f019253e4a4bd9d46b11ce1c0060f739d303d96a))
|
|
* disable copilot for now ([7e318ed](https://github.com/sleiphir/nvim/commit/7e318ed9166d2f5a76149ec6785d93ee63395ea2))
|
|
|
|
## [1.3.0](https://github.com/sleiphir/nvim/compare/v1.2.0...v1.3.0) (2024-04-20)
|
|
|
|
|
|
### Features
|
|
|
|
* remove guicursor option ([c1fc0ca](https://github.com/sleiphir/nvim/commit/c1fc0cad117cf6710e90201bcd117ad2717b28ec))
|
|
* remove unused bindings ([105d6cf](https://github.com/sleiphir/nvim/commit/105d6cf2eab4cf8e7f736dab6054113f290b2d36))
|
|
|
|
## [1.2.0](https://github.com/sleiphir/nvim/compare/v1.1.0...v1.2.0) (2024-04-19)
|
|
|
|
|
|
### Features
|
|
|
|
* **autocmds:** add lsp auto format on save ([cbe86de](https://github.com/sleiphir/nvim/commit/cbe86ded28b899087a6d3b1891d3d8d755d6c614))
|
|
|
|
## [1.1.0](https://github.com/sleiphir/nvim/compare/v1.0.2...v1.1.0) (2024-04-19)
|
|
|
|
|
|
### Features
|
|
|
|
* add custom theme 'peel-enhanced' ([3fd3e0b](https://github.com/sleiphir/nvim/commit/3fd3e0b6bfa7e9bb9d0ce9fa2f35d25ffe0e10a6))
|
|
* **plugin:** add folke/trouble plugin ([98e3528](https://github.com/sleiphir/nvim/commit/98e35282d410dbe42365b5927d841fe23a274b0b))
|
|
* remove fleet theme config file ([87b5717](https://github.com/sleiphir/nvim/commit/87b571752a2f99e4951edd8b2c146ad5ddb41f81))
|
|
|
|
## [1.0.2](https://github.com/sleiphir/nvim/compare/v1.0.1...v1.0.2) (2023-11-30)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **coding:** add back luaSnip ([1f1dbf0](https://github.com/sleiphir/nvim/commit/1f1dbf06c67824107598bcce9c4802f97da08536))
|
|
|
|
## [1.0.1](https://github.com/sleiphir/nvim/compare/v1.0.0...v1.0.1) (2023-11-27)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **fugitive:** allow fugitive to load when no files are opened ([b969172](https://github.com/sleiphir/nvim/commit/b969172234b77b06bc35c8f3ceb0319ad07ac4ca))
|
|
|
|
## 1.0.0 (2023-11-26)
|
|
|
|
### Features
|
|
|
|
* **lazy:** Rewrite config using lazy.nvim package manager
|