diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-01 21:02:09 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-01 21:02:09 -0400 |
| commit | 8c8f05f61efb19fb88a435a41e2896a22ffa7f53 (patch) | |
| tree | d7f863dc0292ea8739eb7d003d28000e7fb63a79 /pkgs/custom-neovim/config/lua/options.lua | |
| parent | d9657564be969b55c6b9c769087348a9742188f5 (diff) | |
neovim: separated winbar and added components
Diffstat (limited to 'pkgs/custom-neovim/config/lua/options.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/options.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua index d74b9a5..76a6c8b 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -12,7 +12,6 @@ vim.o.ruler = false -- don't show #,# in the commandline. vim.o.number = true -- set absolute 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.winbar = " %f %m" -- Finding vim.o.gdefault = true -- Replace globally by default |
