feat nvim: add lastplace
This commit is contained in:
parent
be42291028
commit
e29a422a57
@ -0,0 +1,13 @@
|
|||||||
|
return {
|
||||||
|
{ 'ethanholz/nvim-lastplace',
|
||||||
|
lazy = true,
|
||||||
|
event = { "BufReadPost" },
|
||||||
|
config = function()
|
||||||
|
require("nvim-lastplace").setup({
|
||||||
|
lastplace_ignore_buftype = { "quickfix", "nofile", "help" },
|
||||||
|
lastplace_ignore_filetype = { "gitcommit", "gitrebase", "svn", "hgcommit" },
|
||||||
|
lastplace_open_folds = true,
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user