Skip to content

Commit

Permalink
Use hybrid numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel authored May 6, 2023
1 parent 7b90eeb commit c22297e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vim.o.hlsearch = true
vim.o.autochdir = true

-- Make relative line numbers default
vim.wo.number = true
vim.wo.relativenumber = true

-- Enable mouse mode
Expand Down

0 comments on commit c22297e

Please sign in to comment.