Skip to content

Commit

Permalink
chore: add option colourcolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 2, 2024
1 parent e2b332f commit f1a26e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/aquila/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ vim.opt.mousemoveevent = true -- Allow hovering in bufferline
vim.opt.splitbelow = true
vim.opt.splitright = true
vim.opt.showmode = false
vim.opt.cmdheight = 0
-- vim.opt.cmdheight = 0
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
vim.opt.undofile = true
vim.opt.colorcolumn = "80"

0 comments on commit f1a26e6

Please sign in to comment.