What's Changed
- Change Unix package manager from Homebrew to Nix (see PR below)
- Change back CLI editor from Vim to Neovim
- Started from LazyVim
- Added LSPs, linters, and formatters
- Navigate between neovim and tmux splits using https://github.com/christoomey/vim-tmux-navigator
- More neovim and tmux similarities
- Create splits:
-
for horizontal and|
for vertical - Theme: https://github.com/folke/tokyonight.nvim
- Create splits:
- Got rid of
jk
to<Esc>
keybinding: use natively available<C-[>
instead - Synchronize vim keybindings with lazyvim
- Other software changes
- Additions
- Changes
- https://github.com/lukechilds/zsh-nvm: lazy loading to decrease zsh startup time
- Removals
Pull Requests
- Migrate from Homebrew to Nix by @patrick-5546 in #2
Full Changelog: v1.0.0...v2.0.0