Hi, folks. I’m using Kakoune to write Purescript code. This language does not want TAB characters at all. How should I configure the smarttab plugin to give me spaces instead of the TAB character when I use the TAB key to indent?
Please note: the indent commands work fine; the indent width is correct. I merely want to know whether I can use the smarttab plugin to insert spaces when I type TAB or if I have to get used to indenting using only the indent command and when auto-indenting happens.
I’m very new to plugins—I installed the plugins manager for the first time yesterday. Please feel free to assume that I know nothing and might have made some rookie mistakes.
Thanks!