Skip to content

Commit

Permalink
fix: no signcolumn for terminal windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed May 18, 2024
1 parent bb01a88 commit f5170a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/autocommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ vim.api.nvim_create_autocmd({ 'TermOpen' }, {
pattern = { '*' },
callback = function(_)
vim.cmd.setlocal 'nonumber'
vim.wo.signcolumn = 'no'
set_terminal_keymaps()
end,
})
Expand Down

0 comments on commit f5170a3

Please sign in to comment.