Add nowrite to lastplace-nvim buftype ignore
This commit is contained in:
parent
23ba06705e
commit
ff72d5d483
@ -1,5 +1,5 @@
|
|||||||
require('nvim-lastplace').setup({
|
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_ignore_filetype = { 'gitcommit', 'gitrebase', 'svn', 'hgcommit' },
|
||||||
lastplace_open_folds = true,
|
lastplace_open_folds = true,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user