auto-indent.nvim icon indicating copy to clipboard operation
auto-indent.nvim copied to clipboard

Auto indent like VSCode when cursor at the first column and press <TAB> key

Results 2 auto-indent.nvim issues
Sort by recently updated
recently updated
newest added

### Did you check docs and existing issues? - [X] I have read all the plugin docs - [X] I have searched the existing issues - [X] I have searched...

bug
help wanted

I try to make it lazy load with `lazy.nvim` with the following options: - `event = "VeryLazy"` - `event = "InsertEnter"` And I can confirm that the plugin will not...