https://github.com/leandergangso/dotfiles
- Neovim installed
- Native toolchain and LSPs on
$PATHvianix profile install .#editor-tools - Nerd Font (using: JetBrainsMono Nerd Font)
- Download font you want
- exec:
mv JetBrainsFont/JetBrains* ~/.local/share/fonts/ - specify font name in terminal settings (see
fc-listfor font names)
- Make and CD into:
~/.config/nvim - Clone this repo:
git clone {URL} - Install editor tools:
nix profile install .#editor-tools - Open Neovim with:
nvim - Plugin state is tracked in
nvim-pack-lock.json - Update plugins with
:lua vim.pack.update()
