EDIT: Solved, the issue was that I called the variable "vue_lsp_path" earlier and then tried to access it as "vue_language_server_path". lol
any #neovim wizards on here: i'm trying to setup tsserver and volar using lspconfig, both are installed, but attempting to open a ts or vue file throws an error (image 1). my config for the LSPs is nothing more than the default suggested by vue-language-tools (image 2). any idea why this is failing?