Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Jun 6, 2024
1 parent a7a2bcd commit 79e4f78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ return {
'williamboman/mason-lspconfig.nvim',
},
opts = function()
local vue_typescript_plugin = require('mason-registry').get_package('vue-language-server'):get_install_path()
.. '/node_modules/@vue/language-server'

-- stylua: ignore
local vue_typescript_plugin = require('mason-registry')
.get_package('vue-language-server')
:get_install_path() .. '/node_modules/@vue/language-server'
local angular_typescript_plugin = require('mason-registry')
.get_package('angular-language-server')
:get_install_path() .. '/node_modules/@angular/language-server'
Expand Down

0 comments on commit 79e4f78

Please sign in to comment.