Add Vue.js support
This commit is contained in:
@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user