startify: init plugin

This commit is contained in:
Pedro Alves 2021-02-11 15:24:00 +00:00
parent 43ce0d77db
commit 3624689305
6 changed files with 265 additions and 3 deletions

View file

@ -11,7 +11,7 @@ in {
windowLayout = mkOption {
type = types.nullOr types.int;
default = null;
description = "Window layour for undotree. Check https://github.com/mbbill/undotree/blob/master/plugin/undotree.vim#L29 for reference";
description = "Window layout for undotree. Check https://github.com/mbbill/undotree/blob/master/plugin/undotree.vim#L29 for reference";
};
shortIndicators = mkOption {