lsp/presets/vue-language-server: init

This commit is contained in:
Snoweuph 2026-04-19 01:23:10 +02:00
commit 4b2c7381a0
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 88 additions and 1 deletions

View file

@ -4,7 +4,8 @@
mkLspPresetEnableOption = option: display: fileTypes:
mkEnableOption ''
the ${display} Language Server.
Default `filetypes = ${lib.generators.toPretty {} fileTypes}`.
Default `filetypes = ${lib.generators.toPretty {} fileTypes}`. \
Use {option}`vim.lsp.servers.${option}` for customization
'';
in {