LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

Go to definition #215

Closed kamalkech closed 1 year ago

kamalkech commented 1 year ago

in react or svelte that import component file on hover name component gd command not open file imported!

what s happen to default keymap neovim ?

kamalkech commented 1 year ago

i fixed, i miss to add tsserver and svelte in lsp config

local servers = { "jsonls", "sumneko_lua", 'tsserver', 'svelte' }