Confused: Per language indent config #1024
Unanswered
Miguel-Escobar
asked this question in
Q&A
Replies: 1 comment
-
|
There is (currently) no way to do this in pure Nix. It has been on my backlog for a while, but I could not think of a decent API to handle it and left it for after the upcoming language module refactor of v0.8. You can see #567 for currently availaable as recommended by the nvf maintainers. I'll put some time into this after the next release (hopefully this month.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm trying to get a basic neovim config going. I'm stuck getting the editor to recognize that for the nix language it should auto indent using only two spaces, while on most languages its 4 spaces. This is my first try at a neovim configuration so I apologize if it's a simple matter. If possible I would like to configure this using pure nix.
Beta Was this translation helpful? Give feedback.
All reactions