-
-
Couldn't load subscription status.
- Fork 79
Closed
Description
Hi! I am quite keen to get try out this plugin, but as of now it doesn't work. Tried lua file with sumneko's lsp, and python with pyright; didn't get any popups with argument once in () after function call for neither of filetypes.
Installed with packer like that:
use {
"neovim/nvim-lspconfig",
requires = {
{
"kosayoda/nvim-lightbulb",
config = function()
vim.api.nvim_command("highlight LightBulbVirtualText guifg=red")
end
},
"nvim-lua/lsp-status.nvim",
{"ojroques/nvim-lspfuzzy", config = require "lspfuzzy".setup {}},
{
"ray-x/lsp_signature.nvim",
config = function()
require "lsp_signature".on_attach()
end
}
}
}
I also have nvim-compe if that makes any difference.
Metadata
Metadata
Assignees
Labels
No labels