feat(neovim): add yaml lsp.

This commit is contained in:
CronyAkatsuki 2025-11-01 18:59:49 +01:00
parent ef79df7e51
commit a45a4f6a66

View file

@ -46,6 +46,8 @@ in {
pkgs.vscode-langservers-extracted
# for markdown
pkgs.marksman
# for yaml
pkgs.yaml-language-server
];
};