snowflake/home/programs/editors/neovim/plugins/editor/guessindent.nix

3 lines
61 B
Nix

_: {
programs.nixvim.plugins.guess-indent.enable = true;
}