diff options
author | sefidel <contact@sefidel.net> | 2022-10-31 18:05:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-10-31 18:05:03 +0900 |
commit | e6cdba19385385d8c3e628e81024a2082d1aff8c (patch) | |
tree | 41a0ce7043f73cbbc1606e8072c77f41a688448b /fnl | |
parent | 9bc81426b7b320f4a575ed211be8175c7d043939 (diff) | |
parent | 1b732f9be1e2952a45758ece0f63fa7111d27b9b (diff) | |
download | nvimrc-e6cdba19385385d8c3e628e81024a2082d1aff8c.tar.gz nvimrc-e6cdba19385385d8c3e628e81024a2082d1aff8c.zip |
Merge branch 'main' of git.sr.ht:~zachel/nvrc
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/options.fnl | 1 | ||||
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 |
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 |