diff --git a/lua/plugins/lastplace-nvim.lua b/lua/plugins/lastplace-nvim.lua index a30109a..1680901 100644 --- a/lua/plugins/lastplace-nvim.lua +++ b/lua/plugins/lastplace-nvim.lua @@ -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, })