diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-09 13:11:23 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-09 13:11:23 -0400 |
| commit | 4afdfee5c1ce99a09fc70075ca674b961fd3faed (patch) | |
| tree | 081ca3902f26af9378113257c62bc75bd8903811 /pkgs/custom-neovim/config/lua/options.lua | |
| parent | d65a4b2e6fb66f51b21da8d5397f89ea1c2aaedc (diff) | |
working on custom neovim
Former-commit-id: 4baf1a9c64b861ce1a934487b93b36bdb1438cf3
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 14ee7d1..8981dad 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -7,7 +7,7 @@ vim.o.ruler = false -- don't show #,# in the commandline. vim.o.icm = 'split' vim.o.cia = 'abbr,kind,menu' vim.o.mouse = "" -vim.o.number = true -- set numbered lines +vim.o.relativenumber = true -- set 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 |
