From 3a1bb7c16c3b4efed6ca281017dcc94c48be5f2d Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 24 Aug 2025 11:51:30 -0400 Subject: neovim: finished statusline and more --- pkgs/custom-neovim/config/lua/options.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/custom-neovim/config/lua/options.lua') diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua index 6840085..67c4469 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -12,6 +12,9 @@ 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 +-- Finding +vim.o.gdefault = true -- Replace globally by default + -- Folding vim.o.foldmethod = "expr" vim.o.foldexpr = "v:lua.vim.treesitter.foldexpr()" -- Set folder to treesitter. -- cgit v1.2.3