From 3dd3226138685abb4d17b924fb38bebb69699a63 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Aug 2023 01:25:20 +0900 Subject: feat(options): set splitkeep --- fnl/nvrc/options.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/options.fnl') diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index b730588..347b5a9 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -13,7 +13,7 @@ (set! scrolloff 3) (set! splitbelow) (set! splitright) -; (set! splitkeep :screen) ; Ongoing Nixpkgs issue +(set! splitkeep :screen) (set! termguicolors) (set! lazyredraw) -- cgit 1.4.1