feat(nixvim): add vue_ls

This commit is contained in:
2025-12-21 23:45:00 +01:00
parent 2196fafd2c
commit ce3a9f08bc
@@ -44,6 +44,15 @@
lua_ls.enable = true;
nil_ls.enable = true;
pyright.enable = true;
ts_ls.enable = true;
vue_ls.enable = true;
qmlls = {
enable = true;
cmd = [
"qmlls"
"-E"
];
};
};
};
};