Add Vue.js support

This commit is contained in:
2025-06-08 17:42:03 +05:00
parent 8655b5cc53
commit 0578a46526
4 changed files with 57 additions and 7 deletions

View File

@ -37,6 +37,18 @@ return {
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
-- your existing tools
"vue-language-server",
"typescript-language-server",
"eslint-lsp",
},
},
},
{
require "plugins.java.init",
},