Is there a way to Go to Definition works correctly when navigating to jar files? For example, when navigating to functions in clojure.core
I had the impression that it used to work, but I'm not sure if it's a bug, something with my conf, or if it simply doesn't work and I have to accept that
same here, 1 level
I have it working for 1 level deep. E.g. i can gd into something defined in a jar but I can't gd inside of that thing.
Works for me
🤔
performance = {
cache = {
enabled = true,
},
rtp = {
paths = { vim.fn.stdpath("data") .. "/site" },
-- disable some rtp plugins
disabled_plugins = {
-- "gzip",
-- "matchit",
-- "matchparen",
"netrwPlugin",
-- "tarPlugin",
"tohtml",
"tutor",
-- "zipPlugin", <------------------- THIS ONE IS IMPORTANT
},
},
}I switched to lazy.vim and the zipPlugin is turned off by default.