124
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Jul 2024
124 points (100.0% liked)
Neovim
2155 readers
1 users here now
founded 1 year ago
MODERATORS
I don't know how to open that post on my instance so I can reply to it, but if you're willing to give it another shot, I figured out how to get
indentexpr=
to apply to all buffers from init.vim, using an auto command. Add this to your init.vim:You can get to the post using this link: https://threadiverse.link/lemmy.sdf.org/post/18253296
It's awesome that you were able to find a solution!
Thanks for this tip!
Ah, thanks for your efforts, you're very kind. But I'm done with Neovim. It's already wasted more of my time that it was ever going to be worth.
I wanted to try Neovim to give Treesitter a spin. In the end, I went with something much simpler that works immediately and without drama in Vim and does what I really wanted all along: simple, dumb autocompletion.
I think I found a more direct way. I'm still looking into the details though.