Compare commits
No commits in common. "7012f0e14f61db0a45e8bf44f64320fbd1670fe4" and "de914bbe44c57a190dcdb8860729599cb60c5740" have entirely different histories.
7012f0e14f
...
de914bbe44
@ -3,6 +3,7 @@ return {
|
||||
"luukvbaal/statuscol.nvim",
|
||||
opts = function()
|
||||
local builtin = require("statuscol.builtin")
|
||||
local last_sign_def_len = 0
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufEnter" }, {
|
||||
desc = "Ensure Neogit Status doesn't fuck the gutter up -- 🤮",
|
||||
@ -33,7 +34,7 @@ return {
|
||||
return value
|
||||
end
|
||||
end
|
||||
return (not buf_opt("bufhidden")) or (args.fold.width > 0)
|
||||
return not buf_opt("bufhidden")
|
||||
end
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user