{ pkgs, ... }: { programs.nixvim = { extraPlugins = [ pkgs.vimPlugins.vim-rooter ]; globals = { rooter_patterns = [ ".git" ]; }; }; }