-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs are gigantic when expanding context #9
Comments
I tried setting |
And while I'm here: thank you SO MUCH for this plugin, I absolutely love it! |
I also massively appreciate that you added the lazydev.nvim type to the suggested installation with lazy; having to go through source code to find that type (which I often do) to get suggestions is kinda annoying, so presenting it front and center like that is really thoughtful :3 |
it does end up working, fwiw, just throws a bunch of errors. Seems similar to #8 in that it's throwing errors unnecessarily |
Whoah, that's crazy. I'm not doing anything with This should show us exactly where the shiftwidth was last set. FWIW the |
Thank you! Using
|
yes, fixing the autocmd fixes the issue, both of them, even. however, a billion notifications saying "lsp with id 1 is not attached" still show up, so now I'm wishing to learn how to remove those, I imagine it is this-plugin-specific |
I actually don't know where those notifications are coming from. I grepped the Neovim source for that message and didn't find anything. Actually, searching all of github didn't turn up a match. |
|
Not sure why I haven't tried this before, but I disabled the quicker plugin and the lsp errors still happened. So, not this plugin's responsibility |
From the qflist, when I expand context to view my code, shiftwidth is set to some ridiculous value, for example
23
and27
.I assume it's because they are used internally by this plugin for some sort of aligning, but since I use tabs for indenting my code, this ends up looking ridiculous.
The text was updated successfully, but these errors were encountered: