home: vim: signtoggle: fix toggling
Don't know how I missed this for so long...
This commit is contained in:
parent
5ffe2653c0
commit
280829b54f
|
@ -9,7 +9,7 @@ vim.api.nvim_create_autocmd({ "BufEnter", "FocusGained", "WinEnter" }, {
|
|||
vim.api.nvim_create_autocmd({ "BufLeave", "FocusLost", "WinLeave" }, {
|
||||
pattern = "*",
|
||||
group = signtoggle,
|
||||
command = "setlocal signcolumn=yes",
|
||||
command = "setlocal signcolumn=no",
|
||||
})
|
||||
|
||||
-- Never show the sign column in a terminal buffer
|
||||
|
|
Loading…
Reference in a new issue