/nuxt-goto.nvim

'Go to Definition' on a vue component from within a nuxt project to the correct definition source.

Primary LanguageLua

Nuxt-goto.nvim

Similar to this vscode plugin but for neovim.

Purpose

Using lsp Go to Definition on a vue component in nuxt will take you to a .d.ts file. This plugin will redirect you to the correct definition source instead.

Please see Anthonys readme here for a better explanation on why this is necessary.

Installation

--Packer
use("rushjs1/nuxt-goto.nvim")