about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-08 01:35:13 +0900
committersefidel <contact@sefidel.net>2023-02-08 01:35:13 +0900
commitf0c9bcfeeb3144e4d86e0c88cc2b322006b21503 (patch)
treef5e7dfeaa57978de44b79235eeab4611d2193488 /fnl/nvrc/options.fnl
parentaff825118c370240d2043835b99fa2ae17d37c1c (diff)
downloadnvimrc-f0c9bcfeeb3144e4d86e0c88cc2b322006b21503.tar.gz
nvimrc-f0c9bcfeeb3144e4d86e0c88cc2b322006b21503.zip
feat(options): temporarily disable splitkeep
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r--fnl/nvrc/options.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index 4fb5099..e61d179 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)
+; (set! splitkeep :screen) ; Ongoing Nixpkgs issue
 (set! termguicolors)
 (set! lazyredraw)