Open lcpichette opened 1 month ago
Is it still happening ? I do not have any issue on my side.
Just tried again and I get the same error, but I didn't disable all of my other plugins like I had before. See PR description for reproducible steps and system information. If you performed the reproducible steps with my same system information then I'd make sure that you're using AstroVim as I specified in the PR description.
Thank you for taking a look.
Using LunarVim, same issue.
Same issue here after an update of Astronvim (which broke a bunch of other stuff and I'm starting to suspect a trend there)
I also am having this issue. Redoing my nvim config from scratch at the moment and had the same issue with this.
EDIT: Well... i feel dumb, but I didn't save the file that called require('telekasten').setup{...}
function, so it just was never getting called. Probably something like that for you too.
EDIT: Well... i feel dumb, but I didn't save the file that called
require('telekasten').setup{...}
function, so it just was never getting called. Probably something like that for you too.
So, once you called the setup function properly everything started to work ? Is that right ?
@lcpichette , @mediapathic , @Docfips could you check ? I am not able to reproduce...
@lambtho12 Yes I do have the setup file. See step 2.
It's great that it's working for you lambtho, but it's still not working for me and others, and a "works great for me" doesn't help the thread much.
If you're trying to reproduce the issue to try and fix it:
In my case, it actually did turn out to be the setup function; the Astronvim update messed up such that the file containing that was not actually being called. I apologize for the noise.
Please confirm
Describe the bug A clear and concise description of what the bug is.
For every Telekasten command I run I get an error about Cfg indexing. Even just running
:Telekasten
gives me the error.To Reproduce Steps to reproduce the behavior:
/lua/plugins/telekasten.lua
=>return ...provided lazyvim code
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Operating system (please complete the following information):
Additional context Add any other context about the problem here.
This is my first time using this plugin, so I've likely just installed something incorrectly. But I've installed other neovim plugins via lazyvim and astrovim before, and have never encountered this error.