feat: Make telescope vertical
This commit is contained in:
2
flake.lock
generated
2
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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%";
|
||||||
|
|||||||
Reference in New Issue
Block a user