new node version
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "a1d504892f2bc56c2e79b65c6faded2fd21f3eca" },
|
||||
"nvim-lsp-file-operations": { "branch": "master", "commit": "b9c795d3973e8eec22706af14959bc60c579e771" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "b80f82f59544f0770981b5a6c7d129ca276dab36" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "e05fb8c3bd61d909dacff24f77f23beb644daf54" },
|
||||
"nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "74b06c6c75e4eeb3108ec01852001636d85a932b" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "471eebb1037899fd942cc0f52c012f8773505da1" }
|
||||
"telescope.nvim": { "branch": "master", "commit": "028d9a0695a0cc4cfa893889f8c408ed7ccc8adc" }
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ return {
|
||||
plugins = {
|
||||
{
|
||||
name = '@vue/typescript-plugin',
|
||||
location = '/home/antoxa/.nvm/versions/node/v24.13.0/lib/node_modules/@vue/typescript-plugin',
|
||||
location = '/home/antoxa/.nvm/versions/node/v24.15.0/lib/node_modules/@vue/typescript-plugin',
|
||||
languages = { 'vue' }
|
||||
}
|
||||
}
|
||||
@@ -134,9 +134,9 @@ return {
|
||||
-- end,
|
||||
-- })
|
||||
|
||||
vim.lsp.config('graphql', {
|
||||
filetypes = { 'graphql', 'gql', 'svelte', 'typescriptreact', 'javascriptreact' },
|
||||
})
|
||||
-- vim.lsp.config('graphql', {
|
||||
-- filetypes = { 'graphql', 'gql', 'svelte', 'typescriptreact', 'javascriptreact' },
|
||||
-- })
|
||||
|
||||
vim.lsp.config('emmet_ls', {
|
||||
filetypes = { "html", "typescriptreact", "javascriptreact", "css", "sass", "scss", "less", "svelte" },
|
||||
|
||||
Reference in New Issue
Block a user