Skip to content

Commit

Permalink
Let's try removing relative line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Feb 18, 2024
1 parent 795b227 commit 4aa471d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvim/.config/nvim/lua/minimal-init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ vim.opt.guicursor = ""
-- Disable mouse
vim.opt.mouse = ""

-- Use relative line numbers
vim.opt.relativenumber = true

-- Set leader key to Space
vim.g.mapleader = " "

Expand Down

0 comments on commit 4aa471d

Please sign in to comment.