dotfiles/modules/programs/nvim/plugins/nvim-lastplace.lua

6 lines
210 B
Lua
Raw Normal View History

require("nvim-lastplace").setup({
lastplace_ignore_buftype = { "quickfix", "nofile", "help" },
lastplace_ignore_filetype = { "gitcommit", "gitrebase", "svn", "hgcommit" },
lastplace_open_folds = true,
})