{ config, pkgs, ... }: { programs.neovim = { enable = true; defaultEditor = true; viAlias = true; vimAlias = true; }; home.packages = with pkgs; [ ripgrep fd gcc nodejs unzip lua-language-server stylua nil (python3.withPackages (ps: with ps; [ pynvim ])) ]; }