Relative line numbers

This commit is contained in:
2024-08-28 14:20:20 -04:00
parent 35654593a6
commit 83ab0026ac

View File

@@ -23,6 +23,8 @@ vim.opt.signcolumn = 'yes'
vim.opt.colorcolumn = '120'
vim.wo.relativenumber = true
vim.g.mapleader = '\\'
vim.api.nvim_command('filetype plugin on')