Checklist
Neovim version (nvim -v)
NVIM v0.11.4
Operating system/version
EndeavourOS Linux
Terminal/GUI
alacritty
Describe the bug
I use an astrocommunity pack/lua
~/.config/nvim/lua/community.lua:
...
---@type LazySpec
return {
...
{ import = "astrocommunity.pack.lua" },
...
}
This is all, no modifications ever attempted.
Steps to Reproduce
Unfortunately, I can't supply a way to reproduce the bug. There are two source format styles: one uses two spaces for an indentation, no parentheses for a single argument, etc. Another uses a tab for indentation, function calls always with parentheses for a single argument, etc.
I just cant predict which style will be used for formatting on save file.
Expected behavior
I expect a single Lua formatting style to be used on save file always. A manual choice is preferable.
Screenshots
No response
Additional Context
No response
Minimal configuration
Checklist
repro.luaprovided belowNeovim version (nvim -v)
NVIM v0.11.4
Operating system/version
EndeavourOS Linux
Terminal/GUI
alacritty
Describe the bug
I use an astrocommunity pack/lua
~/.config/nvim/lua/community.lua:This is all, no modifications ever attempted.
Steps to Reproduce
Unfortunately, I can't supply a way to reproduce the bug. There are two source format styles: one uses two spaces for an indentation, no parentheses for a single argument, etc. Another uses a tab for indentation, function calls always with parentheses for a single argument, etc.
I just cant predict which style will be used for formatting on save file.
Expected behavior
I expect a single Lua formatting style to be used on save file always. A manual choice is preferable.
Screenshots
No response
Additional Context
No response
Minimal configuration