AutoYADM commit: 2025-04-24 16:15:05
This commit is contained in:
parent
28e9da7d43
commit
ae5fcea58e
3 changed files with 7 additions and 12 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
# Enable this to use italic text on the terminal. This is not supported on all
|
||||
# terminal emulators (like tmux, by default):
|
||||
#--italic-text=always
|
||||
|
||||
--italic-text=always
|
||||
--style=plain
|
||||
# Uncomment the following line to disable automatic paging:
|
||||
#--paging=never
|
||||
|
||||
|
|
|
@ -319,16 +319,7 @@ auto-format = true
|
|||
formatter = { command = "yamlfmt", args = ['-'] }
|
||||
|
||||
[language-server.fish-lsp]
|
||||
command = "fish-lsp"
|
||||
args = [
|
||||
"start",
|
||||
"--disable",
|
||||
"diagnostic",
|
||||
"highlight",
|
||||
"folding",
|
||||
"formatting",
|
||||
]
|
||||
environment = { fish_lsp_show_client_popups = "false" }
|
||||
command = "/home/fic/.config/helix/scripts/fish-lsp.fish"
|
||||
|
||||
[[language]]
|
||||
name = "fish"
|
||||
|
|
4
.config/helix/scripts/fish-lsp.fish
Executable file
4
.config/helix/scripts/fish-lsp.fish
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue