diff --git a/config/nvim/lua/configuration.lua b/config/nvim/lua/configuration.lua index 31f7666..3d7abcd 100644 --- a/config/nvim/lua/configuration.lua +++ b/config/nvim/lua/configuration.lua @@ -16,6 +16,7 @@ opt.splitbelow = true -- Show line numbers opt.number = true +opt.relativenumber = true -- Customize the status bar a bit. Show the ruler, mode, and the command as the -- last line of the screen.