Releases: patrick-5546/dotfiles
Releases · patrick-5546/dotfiles
v2.0.0
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
v1.0.0
My dotfiles for Windows, Linux, and MacOS. Documentation for my setup can be found on my notes website: Setup.
Pull Requests
- Use HomeBrew for Linux and MacOS by @patrick-5546 in #1
Full Changelog: https://github.com/patrick-5546/dotfiles/commits/v1.0.0