# NVIM config ## Running ### With Nix (Recommended) ### On any system Enture all prequisites are installed: - neovim - Install neovim config (backup old version first if present): ``` git clone https://github.com/RingOfStorms/nvim ~/.config/nvim nvim --headless "+Lazy! sync" +qa ```