Nicholas
Nicholas
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
No description
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
@Joseph Crawford I saw your comment on the nvim-lsp repo, followed others guys conversation and it seems an issue with telescope... I applied the commit to the "telescope.nvim/lua/telescope/builtin/__lsp.lua" from here https://github.com/nvim-telescope/telescope.nvim/pull/2770/commits/2d9e3be46fcd6cba79928667a14fc557948d1ca0 It works now! :party_deno:
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
not a lazyvim issue for sure, I'm on a minimal setup using Kickstart.nvim, my lsp dosn't have overrides except checking the deno.json to not interfere with a regular 'ts_ls', global and mason deno version is 2.0
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
got similar issue
Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/util.lua:1136: Cursor position outside buffer
stack traceback:
[C]: in function 'nvim_win_set_cursor'
/usr/share/nvim/runtime/lua/vim/lsp/util.lua:1136: in function 'jump_to_location'
...nvim/lazy/telescope.nvim/lua/telescope/builtin/__lsp.lua:187: in function 'handler'
/usr/share/nvim/runtime/lua/vim/lsp/client.lua:687: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/util.lua:1136: Cursor position outside buffer
stack traceback:
[C]: in function 'nvim_win_set_cursor'
/usr/share/nvim/runtime/lua/vim/lsp/util.lua:1136: in function 'jump_to_location'
...nvim/lazy/telescope.nvim/lua/telescope/builtin/__lsp.lua:187: in function 'handler'
/usr/share/nvim/runtime/lua/vim/lsp/client.lua:687: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
18 replies