mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +02:00
startify: init plugin
This commit is contained in:
parent
43ce0d77db
commit
3624689305
6 changed files with 265 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue