You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I understand I should have it set up in mason's setup_handlers function. Using https://github.com/nvim-lua/kickstart.nvim as reference, I understand I should have the aforementioned setup section placed in servers array, just like I have it set up with lua_ls:
C:\Users\...\AppData\Local\nvim-data/lazy/lazy.nvim
Error executing vim.schedule lua callback: D:/tools/neovim/share/nvim/runtime/lua/vim/lsp/rpc.lua:288: Cannot serialise function: type not supported
stack traceback:
[C]: in function 'encode'
D:/tools/neovim/share/nvim/runtime/lua/vim/lsp/rpc.lua:288: in function 'notify'
D:/tools/neovim/share/nvim/runtime/lua/vim/lsp.lua:1335: in function 'cb'
vim/_editor.lua:263: in function <vim/_editor.lua:262>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to setup config for
perlnavigator
. So far I've been doing it this way:However I understand I should have it set up in mason's
setup_handlers
function. Using https://github.com/nvim-lua/kickstart.nvim as reference, I understand I should have the aforementioned setup section placed inservers
array, just like I have it set up withlua_ls
:I've tried setting up the
root_pattern
inperlnavigator
section, like that:however I get an error:
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions