AutoYADM commit: 2025-05-25 23:24:17

This commit is contained in:
Daniel Fichtinger 2025-05-25 23:24:17 -04:00
parent 0a7eec16bc
commit dadf5d2b3e
3 changed files with 61 additions and 40 deletions

View file

@ -24,7 +24,7 @@ define-command -hidden -override lsp-hide-code-actions %{
set-option global lsp_debug false
# list of filetypes for which LSP will be activated in the window scope
declare-option str-list lsp_filetypes python go rust bash fish c cpp typst markdown yaml json jsonc
declare-option str-list lsp_filetypes python go rust bash fish c cpp typst markdown yaml json jsonc bash sh
define-command -hidden lsp-filetype-hooks-update %{
try %{ remove-hooks global lsp-filetypes }