home: vim: signtoggle: fix toggling
Don't know how I missed this for so long...
This commit is contained in:
parent
5ffe2653c0
commit
280829b54f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue