wojciech-kulik / ios-dev-starter-nvim

Bootstrap for iOS development in Neovim + LazyVim
MIT License
89 stars 3 forks source link

Indentation #5

Closed EastHell closed 7 months ago

EastHell commented 8 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.