HASH 9cd6df4f44de
DATE 2025-06-09
SUBJECT neovim: add yaml lsp
FILES 1 CHANGED
HASH 9cd6df4f44de
DATE 2025-06-09
SUBJECT neovim: add yaml lsp
FILES 1 CHANGED
┌─ outputs/pkgs/ook-vim/config/plugins/languages.nix ────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/config/plugins/languages.nix b/outputs/pkgs/ook- │
│ vim/config/plugins/languages.nix │
│ index dfddddd..082706d 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/languages.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/languages.nix │
│ @@ -100,5 +100,10 @@ │
│ lsp.enable = true; │
│ dap.enable = true; │
│ }; │
│ + yaml = { │
│ + enable = true; │
│ + treesitter.enable = true; │
│ + lsp.enable = true; │
│ + }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .../config/plugins/languages.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/config/plu │
│ gins/languages.nix b/outputs/pkgs/ook-vim/co │
│ nfig/plugins/languages.nix │
│ index dfddddd..082706d 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/la │
│ nguages.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/la │
│ nguages.nix │
│ @@ -100,5 +100,10 @@ │
│ lsp.enable = true; │
│ dap.enable = true; │
│ }; │
│ + yaml = { │
│ + enable = true; │
│ + treesitter.enable = true; │
│ + lsp.enable = true; │
│ + }; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET