rushjs1 / nuxt-goto.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

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


Languages

Language:Lua 100.0%