plugins/lastplace: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2025-02-01 17:37:51 -06:00
parent a3eed84e1e
commit 10ea28fff4
No known key found for this signature in database
3 changed files with 74 additions and 43 deletions

View file

@ -7,18 +7,20 @@
plugins.lastplace = {
enable = true;
ignoreBuftype = [
"quickfix"
"nofix"
"help"
];
ignoreFiletype = [
"gitcommit"
"gitrebase"
"svn"
"hgcommit"
];
openFolds = true;
settings = {
lastplace_ignore_buftype = [
"quickfix"
"nofix"
"help"
];
lastplace_ignore_filetype = [
"gitcommit"
"gitrebase"
"svn"
"hgcommit"
];
lastplace_open_folds = true;
};
};
};
}