Add nowrite to lastplace-nvim buftype ignore

This commit is contained in:
Tyler Hallada 2023-03-22 23:54:25 -04:00
parent a61afc55f6
commit be85b70418

View File

@ -1,5 +1,5 @@
require('nvim-lastplace').setup({
lastplace_ignore_buftype = { 'quickfix', 'nofile', 'help' },
lastplace_ignore_buftype = { 'quickfix', 'nofile', 'nowrite', 'help' },
lastplace_ignore_filetype = { 'gitcommit', 'gitrebase', 'svn', 'hgcommit' },
lastplace_open_folds = true,
})