Skip to content

Commit

Permalink
set cursorlineopt=number nvim-lua#865
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Oct 31, 2023
1 parent 48f1bb7 commit a88c68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ opt.showmode = false

opt.clipboard = "unnamedplus"
opt.cursorline = true
opt.cursorlineopt = 'number'

-- Indenting
opt.expandtab = true
Expand Down

0 comments on commit a88c68f

Please sign in to comment.