about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-10-31 18:05:03 +0900
committersefidel <contact@sefidel.net>2022-10-31 18:05:03 +0900
commite6cdba19385385d8c3e628e81024a2082d1aff8c (patch)
tree41a0ce7043f73cbbc1606e8072c77f41a688448b
parent9bc81426b7b320f4a575ed211be8175c7d043939 (diff)
parent1b732f9be1e2952a45758ece0f63fa7111d27b9b (diff)
downloadnvimrc-e6cdba19385385d8c3e628e81024a2082d1aff8c.tar.gz
nvimrc-e6cdba19385385d8c3e628e81024a2082d1aff8c.zip
Merge branch 'main' of git.sr.ht:~zachel/nvrc
-rw-r--r--fnl/nvrc/options.fnl1
-rw-r--r--fnl/nvrc/pack.fnl1
2 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index 13e1d1e..4fb5099 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -13,6 +13,7 @@
 (set! scrolloff 3)
 (set! splitbelow)
 (set! splitright)
+(set! splitkeep :screen)
 (set! termguicolors)
 (set! lazyredraw)
 
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 1adf1f2..da5a392 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -10,7 +10,6 @@
                                                     (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]})
 
 (pack! :antoinemadec/FixCursorHold.nvim)
-(pack! :luukvbaal/stabilize.nvim {:init :stabilize})
 (pack! :justinmk/vim-dirvish)
 
 (pack! :neovim/nvim-lspconfig {:req :lspconfig