mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: update plugins
This commit is contained in:
parent
89c875b0e5
commit
285323ab00
2 changed files with 17 additions and 17 deletions
|
|
@ -445,7 +445,7 @@ require('lazy').setup({
|
|||
plugins = {
|
||||
{
|
||||
name = '@vue/typescript-plugin',
|
||||
location = require('mason-registry').get_package('vue-language-server'):get_install_path() .. '/node_modules/@vue/language-server',
|
||||
location = vim.fn.expand '$MASON/packages' .. '/vue-language-server' .. '/node_modules/@vue/language-server',
|
||||
languages = { 'vue' },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue