manzt
manzt
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
23 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
I have my own neovim config and sadly:
--map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
map('gd', vim.lsp.buf.definition, '[G]oto [D]efinition')
--map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
map('gd', vim.lsp.buf.definition, '[G]oto [D]efinition')
did not work for me
23 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
I'm really at a loss for what the problem is
23 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
Error executing vim.schedule lua callback: /usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:217: Cu
rsor position outside buffer
stack traceback:
[C]: in function 'nvim_win_set_cursor'
/usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:217: in function 'on_response'
/usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:236: in function 'handler'
/usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:679: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Error executing vim.schedule lua callback: /usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:217: Cu
rsor position outside buffer
stack traceback:
[C]: in function 'nvim_win_set_cursor'
/usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:217: in function 'on_response'
/usr/local/share/nvim/runtime/lua/vim/lsp/buf.lua:236: in function 'handler'
/usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:679: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
23 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
I think i'm running into this issue specifically for dependencies from jsr
23 replies
DDeno
Created by bombillazo on 10/3/2023 in #help
Deno Cache location
I guess you could be certain by running deno info, but it looks like $HOME/.cache/deno https://stackoverflow.com/questions/61799309/where-can-i-see-deno-downloaded-packages
3 replies
DDeno
Created by bombillazo on 10/3/2023 in #help
Deno Cache location
3 replies
DDeno
Created by manzt on 10/1/2023 in #help
Publishing (and configuring) the webhook for deno.land from monorepo
If anyone finds this in the future, you can use the subdir and version_prefix search params for the webhook to configure where the root directory for your deno module lives and what tags trigger releases.
10 replies
DDeno
Created by manzt on 10/1/2023 in #help
Publishing (and configuring) the webhook for deno.land from monorepo
Thank you so much!!!
10 replies
DDeno
Created by manzt on 10/1/2023 in #help
Publishing (and configuring) the webhook for deno.land from monorepo
This isn't exactly what I needed.
10 replies