diff --git a/flake.lock b/flake.lock index 6c2005c7..1cc6c44e 100644 --- a/flake.lock +++ b/flake.lock @@ -1908,7 +1908,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-wKTfdouve9p9xwvOWVg68IIdrMLs8NTaSlLqtN8fKUQ=", + "narHash": "sha256-Au3pXr/uRivs27vGTu/E4WLbRtd5yLMNDS4QwnUzAhY=", "path": "./neovim", "type": "path" }, diff --git a/neovim/nvim.nix b/neovim/nvim.nix index b372cdd1..f9ee8e2c 100644 --- a/neovim/nvim.nix +++ b/neovim/nvim.nix @@ -226,9 +226,9 @@ in rec { enable = true; settings = { defaults = { - layout_strategy = "vertical"; + layout_strategy = "horizontal"; layout_config = { - preview_height = 0.8; + # preview_height = 0.8; vertical = { size = { width = "99%";