diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-07 13:29:18 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-07 13:29:18 -0400 |
| commit | c37d47e19df8559f5b7dcd40aca832623a6fa9b0 (patch) | |
| tree | bf5aca2a488f3400a3be80b77a840626ee7b7b6b /pkgs/custom-neovim/config/lua/options.lua | |
| parent | bf773a2df0ccb96d7539b379585e1ef59d80892c (diff) | |
neovim: idek
Diffstat (limited to 'pkgs/custom-neovim/config/lua/options.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua index ef80186..5698594 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -8,7 +8,7 @@ vim.o.icm = 'split' vim.o.cia = 'abbr,kind,menu' vim.o.mouse = "" vim.o.number = true -- set absolute numbered lines -vim.o.relativenumber = true -- set relative numbered lines +-- vim.o.relativenumber = true -- set relative numbered lines vim.o.scrolloff = 4 -- minimal number of screen lines to keep above and below the cursor vim.o.signcolumn = "yes" -- always show the sign column, otherwise it would shift the text each time vim.o.clipboard = "unnamedplus" -- use system clipboard |
