AutoYADM commit: 2025-04-24 16:15:05

This commit is contained in:
Daniel Fichtinger 2025-04-24 16:15:05 -04:00
parent 28e9da7d43
commit ae5fcea58e
3 changed files with 7 additions and 12 deletions

View file

@ -8,8 +8,8 @@
# Enable this to use italic text on the terminal. This is not supported on all # Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default): # terminal emulators (like tmux, by default):
#--italic-text=always --italic-text=always
--style=plain
# Uncomment the following line to disable automatic paging: # Uncomment the following line to disable automatic paging:
#--paging=never #--paging=never

View file

@ -319,16 +319,7 @@ auto-format = true
formatter = { command = "yamlfmt", args = ['-'] } formatter = { command = "yamlfmt", args = ['-'] }
[language-server.fish-lsp] [language-server.fish-lsp]
command = "fish-lsp" command = "/home/fic/.config/helix/scripts/fish-lsp.fish"
args = [
"start",
"--disable",
"diagnostic",
"highlight",
"folding",
"formatting",
]
environment = { fish_lsp_show_client_popups = "false" }
[[language]] [[language]]
name = "fish" name = "fish"

View file

@ -0,0 +1,4 @@
#!/usr/bin/env fish
set -lx fish_lsp_diagnostic_disable_error_codes 1001 1004 2001 2002 4004
set -lx fish_lsp_show_client_popups false
fish-lsp start