Skip to content

Commit

Permalink
nvim(plugins): focus.nvim: set ui.signcolumn=false
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaEmbedding committed Jan 10, 2025
1 parent f8206bb commit e2c9f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/.config/nvim/lua/plugins/_focus_nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ return {
minheight = 0,
height_quickfix = 10,
},
ui = {
signcolumn = false,
},
}

local ignore_filetypes = {
Expand Down

0 comments on commit e2c9f1a

Please sign in to comment.