- Install Neovim
- Install a Nerd-Font (i currently use this)
font_family JetBrainsMono Nerd Font - Other Stuff to Install
sudo npm install -g tree-sitter-cli
sudo npm install -g markdownlint-cli- fzf, yazi and lazygit should also be installed on your system
- Clone Repo into nvim config
git clone https://github.com/Quellens/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvimThat's it!
Lazy-> Manage PluginsMason-> Manage LSP, Linting,:TSInstall all-> Treesitter- Search for help with
:help - Checkhealth with
:checkhealth