mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lastplace: migrate to mkNeovimPlugin
This commit is contained in:
parent
a3eed84e1e
commit
10ea28fff4
3 changed files with 74 additions and 43 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue