-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
[Help] Issue with stylua #37
Comments
Could you disable indent-blankline (both the plugin and the integration with Catppuccino)? I think that's the issue. And btw, just to improve your experience with nvim, try a GPU accelerated terminal like Alacritty or Kitty ;) |
Those are your fillchars, that's because I use 4 spaced tabs. Similar to how you have See Edit: change the chars or remove them (which is what I did), and after that I think you could enable indent-blankline without seeing that. |
Hey! I raised an issue on indent-blankline plugin to get a more in-depth explanation and help. This solved it. Thanks for your help! |
Hey! Since a few weeks I wanted to start contributing to this project by creating PR but I have an issue with rendering lua files and I think it's related to indentation with stylua, right now when I open a lua file from this project it looks like this:
As you can see some of the text is not visible.
I just wanted to know if you are familiar with this issue. I have editorconfig installed and stylua via
cargo
. I'm using gnome-terminal.Thanks!
The text was updated successfully, but these errors were encountered: