Skip to content

Commit

Permalink
Remove number width and set pumblend to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Oct 22, 2023
1 parent d76421b commit f61bab2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/nvim/lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ vim.opt.listchars = "tab:> ,trail:-,extends:>,precedes:<,nbsp:+"

-- don't use relative line numbers
vim.wo.relativenumber = false
vim.o.numberwidth = 2

-- No Popup blend
vim.opt.pumblend = 0

0 comments on commit f61bab2

Please sign in to comment.