Fork me on GitHub
#lsp
<
2023-01-21
>
ericdallo12:01:04

I saw that but it seems a client issue where it's triggering the browser navigation, maybe @UMMMKKADU knows something?

lispyclouds13:01:57

i answered it, hopefully thats the issue

rafaeldelboni13:01:04

I don't even knew that was possible to Ctrl+click stuff in nvim hahaha

😅 2
borkdude13:01:17

you can try using :lua vim.lsp.buf.definition() 
isn't there a keyboard shortcut like this? In emacs this would typically be M-.

rafaeldelboni13:01:46

Go to definition in this setup is bond to gd

rafaeldelboni13:01:36

I will reply him in stack overflow I saw it opened an issue as well

rafaeldelboni13:01:18

Wow ctrl+click goes to the definition, cool haha, I just tested his repo / setup and is working fine on my machine 😅

lispyclouds13:01:01

yeah i have it bound to gd as well. im kinda sure its the terminal thats popping the browser. from the looks of it, could be iterm and it has the clicking thing

☝️ 2
rafaeldelboni13:01:45

Make a lot of sense, if the keyboard shortcut or typing the command works, that could be reason.

lispyclouds13:01:44

good test would be to simply cat that file and cmd+click should still open the browser 😛

rafaeldelboni13:01:24

yeah, you could add this comment about the terminal in your reply, is pretty neat I think you found the reason

lispyclouds14:01:06

> isn't there a keyboard shortcut like this? @U04V15CAJ i was just being diplomatic in not specifying a keybind there as us vimmers get quite hung up on what the best shortcut should be 😅

😂 4
lispyclouds14:01:57

Also looking at the SO profile of the person, seems to be quite a heavy Java/IntelliJ suite user, could explain the perspective too and new to nvim

borkdude14:01:55

You should praise him for his excellent editor choice ;)

rafaeldelboni14:01:09

Offtopic: I stopped using SO when I started using clojure (because there wasn't much to search over there and clojuredocs is incredible), I literally reopened my account two days ago to reply a datomic question, that said how is the clojure community in SO nowdays?

borkdude14:01:09

I used to be active there when I learned clojure, but clojure is pretty much self-explanatory if you have a REPL + source which explains the absence of many Clojure questions on there I guess? ;P

😂 2
lispyclouds14:01:04

I logged in after years just for this

lispyclouds14:01:44

also helps me avoid things like

😂 4
borkdude14:01:36

I noticed in recent years questions get a lot more downvotes than they used to. I started with SO when it was young and naive / open questions were still allowed which explains my relatively high score on there

borkdude14:01:46

E.g. "What is a JIT compiler"

borkdude14:01:09

But nowadays I also tend to discuss questions more on twitter/mastodon and also here

lispyclouds14:01:40

yeah i get quite offput by the passive aggressive-ness there. people taking up quality control upon themselves

rafaeldelboni14:01:13

I find the clojurians slack community super cool, but I think even we have a lot of people here, most of my coworkers (also work with clojure) aren't here, which is a pity.