Fix footer mode

main
Julius Riegel 1 month ago
parent 526b575309
commit 796fbf2131
No known key found for this signature in database
GPG Key ID: F26D704A1D3394EB

@ -123,7 +123,7 @@ $env.config = {
emacs: block emacs: block
} }
color_config: $dark_theme # if you want a light theme, replace `$dark_theme` to `$light_theme` color_config: $dark_theme # if you want a light theme, replace `$dark_theme` to `$light_theme`
footer_mode: "25" # always, never, number_of_rows, auto footer_mode: "auto" # always, never, number_of_rows, auto
float_precision: 2 float_precision: 2
buffer_editor: "hx" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL buffer_editor: "hx" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
use_ansi_coloring: true use_ansi_coloring: true

@ -114,7 +114,6 @@ config.modules = {
'pnpm', 'pnpm',
'vscode-langservers-extracted', 'vscode-langservers-extracted',
'nodePackages.typescript-language-server', 'nodePackages.typescript-language-server',
'turbo'
}, },
vue = mod { vue = mod {
'nodePackages.vls', 'nodePackages.vls',

Loading…
Cancel
Save