We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6aad7d commit ae0d7e8Copy full SHA for ae0d7e8
lua/persistence/init.lua
@@ -45,7 +45,7 @@ function M.start()
45
46
if Config.options.need > 0 then
47
local bufs = vim.tbl_filter(function(b)
48
- if vim.bo[b].buftype ~= "" or vim.bo[b].filetype == "gitcommit" or vim.bo[b].filetype == "gitrebase" then
+ if vim.bo[b].buftype ~= "" or vim.bo[b].filetype == "gitcommit" or vim.bo[b].filetype == "gitrebase" or vim.bo[b].filetype == "jj" then
49
return false
50
end
51
return vim.api.nvim_buf_get_name(b) ~= ""
0 commit comments