This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-16
Channels
- # announcements (1)
- # babashka (13)
- # beginners (33)
- # calva (26)
- # cherry (33)
- # clerk (5)
- # clj-kondo (3)
- # clojure (40)
- # clojure-europe (24)
- # clojure-finland (2)
- # clojure-norway (29)
- # clojurescript (18)
- # cursive (2)
- # datomic (6)
- # docker (11)
- # emacs (12)
- # events (1)
- # fulcro (71)
- # graalvm (8)
- # hyperfiddle (2)
- # lsp (23)
- # meander (5)
- # off-topic (36)
- # polylith (4)
- # re-frame (6)
- # reitit (13)
- # shadow-cljs (87)
- # spacemacs (1)
- # tools-deps (19)
- # vim (5)
- # xtdb (57)
Hi, I'm getting the following error + nvim completely hangs when trying to go to definiton to any function belonging to a 3rd party clojure library dependency:
; go to definition here:
(:require [com.stuartsierra.component :as component]
; i have this library in my classpath
# lein classpath
; ... /home/ory/.m2/repository/com/stuartsierra/component/1.0.0/component-1.0.0.jar ...
; and i get:
Error executing vim.schedule lua callback: /snap/nvim/2801/usr/share/nvim/runtime/lua/vim/lsp/util.lua:1157: Cursor position outside buffer
stack traceback:
[C]: in function 'nvim_win_set_cursor'
/snap/nvim/2801/usr/share/nvim/runtime/lua/vim/lsp/util.lua:1157: in function 'jump_to_location'
...nvim/lazy/telescope.nvim/lua/telescope/builtin/__lsp.lua:175: in function 'handler'
/snap/nvim/2801/usr/share/nvim/runtime/lua/vim/lsp.lua:1394: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>