nvim complains #61

Open
opened 2025-10-27 19:42:45 +00:00 by brent.edwards · 0 comments
Member

When someone starts nvim, they get the message

volar is deprecated, use vue_ls instead.
Feature will be removed in nvim-lspconfig 3.0.0

This is due to a file in ~/.config/nvim, lines 299-300:

   299      vim.lsp.config("volar", __wrapSettings({}))
   300      vim.lsp.enable("volar")

Either remove those lines or change them to use vue_ls instead.

(I would do this, but the init.lua file is linked to a file in the Nix store and my work would be overwritten with the next refresh of our Nix service.)

When someone starts `nvim`, they get the message ``` volar is deprecated, use vue_ls instead. Feature will be removed in nvim-lspconfig 3.0.0 ``` This is due to a file in `~/.config/nvim`, lines 299-300: ``` 299 vim.lsp.config("volar", __wrapSettings({})) 300 vim.lsp.enable("volar") ``` Either remove those lines or change them to use `vue_ls` instead. (I would do this, but the `init.lua` file is linked to a file in the Nix store and my work would be overwritten with the next refresh of our Nix service.)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
infrastructure/nixos-config#61
No description provided.