Neovim Configuration Release v0.0.5
This release contains packaged Neovim configurations ready for installation.
Available Configurations
nvim-kickstart,nvim-lazyvim,nvim-noplugins,nvim-work,nvim
Installation Instructions
- Download the archive for your desired configuration
- Extract the archive to get the
nvim/folder - Place the
nvim/folder in your configuration directory:- Linux/macOS:
~/.config/nvim - Windows:
%USERPROFILE%\AppData\Local\nvim
- Linux/macOS:
Archive Formats
.zipfiles: Compatible with all platforms, recommended for Windows.tar.gzfiles: Compressed format, recommended for Linux/macOS
Both formats contain identical configuration files.
What's Changed
- Fix/release pipeline by @redjax in #372
- fix(scrolling): Fix weird scrolling from snacks by @redjax in #373
- Feat/lazyvim profile by @redjax in #374
- fix(lazyload): Fix lazy loading for improved startup time by @redjax in #375
- Fix/themes loading by @redjax in #376
- fix(lazy-sync): Make lazy sync script executable by @redjax in #377
- Fix/lazyvim themes loading by @redjax in #378
- Fix/mini files by @redjax in #379
- fix(windows): Add windows symlink script by @redjax in #380
- fix(timed-startup): Add script to time startup of specific profiles by @redjax in #381
- fix(stopinsert): Disable stopinsert plugin by @redjax in #382
- fix(startup): Add/fix lazy startups by @redjax in #383
- fix(startify): Add startify plugin (disabled) by @redjax in #384
- fix(telescope-project): Add telescope project plugin by @redjax in #385
- Hotfix/telescope project by @redjax in #386
- fix(floaterm): Fix shell detection by @redjax in #387
- fix(floaterm): Fix shell detection by @redjax in #388
- fix(dashboard): Disable snacks dashboard on startup by @redjax in #389
- fix(fugitive): Add fugitive to work profile by @redjax in #390
- Fix/lazyvim plugins by @redjax in #391
- fix(navbuddy): Add navbuddy plugin to profiles by @redjax in #392
- Feat/powershell lsp by @redjax in #393
- Feat/journal by @redjax in #394
- fix(lazyvim): Disable relative linenum bullshit by @redjax in #395
- fix(lsp): Add more LSPs to lazyvim by @redjax in #396
- fix(lsp): Fix LSP configurations for nvim and nvim-work profiles by @redjax in #397
Full Changelog: v0.0.4...v0.0.5