feat: Make telescope vertical

This commit is contained in:
uttarayan21
2024-11-18 16:16:19 +05:30
parent 1d44aab35a
commit 4181f6e2f2
2 changed files with 3 additions and 3 deletions

2
flake.lock generated
View File

@@ -1908,7 +1908,7 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-wKTfdouve9p9xwvOWVg68IIdrMLs8NTaSlLqtN8fKUQ=", "narHash": "sha256-Au3pXr/uRivs27vGTu/E4WLbRtd5yLMNDS4QwnUzAhY=",
"path": "./neovim", "path": "./neovim",
"type": "path" "type": "path"
}, },

View File

@@ -226,9 +226,9 @@ in rec {
enable = true; enable = true;
settings = { settings = {
defaults = { defaults = {
layout_strategy = "vertical"; layout_strategy = "horizontal";
layout_config = { layout_config = {
preview_height = 0.8; # preview_height = 0.8;
vertical = { vertical = {
size = { size = {
width = "99%"; width = "99%";