plugins/lastplace: add plugin + test (#322)

This commit is contained in:
Gaétan Lepage 2023-04-06 16:04:29 +02:00 committed by GitHub
parent 82f04e3cf1
commit f79dccdc2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
empty = {
plugins.lastplace.enable = true;
};
# All the upstream default options of lastplace
defaults = {
plugins.lastplace = {
enable = true;
ignoreBuftype = ["quickfix" "nofix" "help"];
ignoreFiletype = ["gitcommit" "gitrebase" "svn" "hgcommit"];
openFolds = true;
};
};
}