Closed EastHell closed 7 months ago
I had issue with indentation. I need indent my code with 2 spaces. Instead it autoindent with 4.
After research, i found that this is nvim-treesitter configuration issue appears here:
indent = { enable = true },
after removed this string, my indentation configuration works well. Looks like this is an experimental feature and doesn't work well now.
I had issue with indentation. I need indent my code with 2 spaces. Instead it autoindent with 4.
After research, i found that this is nvim-treesitter configuration issue appears here:
after removed this string, my indentation configuration works well. Looks like this is an experimental feature and doesn't work well now.