nixos/home/modules/ide/nvim/lsp/langs/vue.nix
2026-02-17 02:50:34 +01:00

5 lines
61 B
Nix

{
plugins = {
lsp.servers.vue_ls.enable = true;
};
}