RayenMnif / tgpt.nvim

AI Chatbots in Neovim without needing API keys
12 stars 3 forks source link

After calling `require("tgpt").setup()` nothing happens and no user commands that I can find. #1

Open leet0rz opened 2 days ago

leet0rz commented 2 days ago

So after installing the dependency and calling require("tgpt").setup() there is nothing coming up or any user commands that I can see. No errors or anything it seems to be installed fine but how do I bring it up exactly? Feels like the repo is lacking some configuration or guidance on how to actually use it and bring it up etc.

Thanks!

RayenMnif commented 5 hours ago

@leet0rz Could you be more specific? I mean, could you at least specify the structure of your Neovim plugins? The repo is fairly simple and doesn't require more configuration or guidance. If you think of any other issues, feel free to contribute.

leet0rz commented 3 hours ago

@leet0rz Could you be more specific? I mean, could you at least specify the structure of your Neovim plugins? The repo is fairly simple and doesn't require more configuration or guidance. If you think of any other issues, feel free to contribute.

Thanks for replying, my lua_ls config is basically this:

lspconfig.lua_ls.setup({})

There is not much to it, pretty standard and it has been working for many years without any messages coming up, the message also only appears in the ~ dir. Not entirely sure what is going on, I am usually able to figure out and fix errors but not sure about this one.