kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Guess indent requires setup

Open Abbath opened this issue 9 months ago • 1 comments

Before Reporting an Issue

  • I have read the kickstart.nvim README.md.

  • I have read the appropriate plugin's documentation.

  • I have searched that this issue has not been reported before.

  • [x] By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.

Describe the bug

Guess indent does not work without calling setup{}.

To Reproduce

  1. Install the latest kickstart
  2. Open a file in which indentation is not controlled by LSP and formatted to use 2 spaces (in my case an .odin file)
  3. Observe how new lines are indented by one 8-wide tab

Desktop

  • OS: Windows 11
  • Terminal: Neovide

Neovim Version

NVIM v0.11.1                                                                                                                                                                                                                                                Build type: Release                                                                                                                                                                                                                                         LuaJIT 2.1.1741730670 

Abbath avatar May 13 '25 20:05 Abbath

This pull request #1532 will fix it.

SetsuikiHyoryu avatar May 14 '25 00:05 SetsuikiHyoryu