Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-26 | 2.7 kB | |
v0.3.0 source code.tar.gz | 2025-05-26 | 7.5 kB | |
v0.3.0 source code.zip | 2025-05-26 | 10.6 kB | |
Totals: 3 Items | 20.8 kB | 3 |
What's Changed
- refactor: don't manage guicursor and highlight for
ignore_filetypes
by @fitrh in https://github.com/mvllow/modes.nvim/pull/39 - fix: remove unnecessary reset by @fitrh in https://github.com/mvllow/modes.nvim/pull/40
- fix: ignored
set_number
config by @fitrh in https://github.com/mvllow/modes.nvim/pull/45 - feat: ignore_filetypes - expand list by @hinell in https://github.com/mvllow/modes.nvim/pull/47
- fix: empty options break setup by @mvllow in https://github.com/mvllow/modes.nvim/pull/49
- Fix which-key workaround in readme by @Miloas in https://github.com/mvllow/modes.nvim/pull/51
- feat: add
set_signcolumn
config option by @zahimeen in https://github.com/mvllow/modes.nvim/pull/55 - fix: do not overwrite user's
guicursor
shape by @zahimeen in https://github.com/mvllow/modes.nvim/pull/56 - fix: add custom blend bg by @adriankarlen in https://github.com/mvllow/modes.nvim/pull/58
- feat: update README install version by @needhourger in https://github.com/mvllow/modes.nvim/pull/66
- feat: allow disabling entire modes by @LivacoNew in https://github.com/mvllow/modes.nvim/pull/67
- docs: update README to include sign column configuration by @mitsu-yuki in https://github.com/mvllow/modes.nvim/pull/69
- fix: unexpected highlighting by @fdcote in https://github.com/mvllow/modes.nvim/pull/71
- added support for phat cursor by @IsaiahPaget in https://github.com/mvllow/modes.nvim/pull/72
- fix: unexpected highlighting (continued) by @fdcote in https://github.com/mvllow/modes.nvim/pull/73
- feat: extend ignore approach by @fdcote in https://github.com/mvllow/modes.nvim/pull/75
- fix: remove command-line cursor highlighting by @fdcote in https://github.com/mvllow/modes.nvim/pull/76
New Contributors
- @hinell made their first contribution in https://github.com/mvllow/modes.nvim/pull/47
- @Miloas made their first contribution in https://github.com/mvllow/modes.nvim/pull/51
- @zahimeen made their first contribution in https://github.com/mvllow/modes.nvim/pull/55
- @adriankarlen made their first contribution in https://github.com/mvllow/modes.nvim/pull/58
- @needhourger made their first contribution in https://github.com/mvllow/modes.nvim/pull/66
- @LivacoNew made their first contribution in https://github.com/mvllow/modes.nvim/pull/67
- @mitsu-yuki made their first contribution in https://github.com/mvllow/modes.nvim/pull/69
- @fdcote made their first contribution in https://github.com/mvllow/modes.nvim/pull/71
- @IsaiahPaget made their first contribution in https://github.com/mvllow/modes.nvim/pull/72
Full Changelog: https://github.com/mvllow/modes.nvim/compare/v0.2.1...v0.3.0