-
If an argument within a function call is going to be broken up into multiple lines, the entire series of arguments should also be broken up. So instead of this:
```lua
function_call(arg_1, more_ar…
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins rela…
-
It's good practice to put a comma/semicolon at the end of a table constructor even when there's no more fields. I often forget to do this, so it would be nice to have a lint that reminds me.
```lua
…
-
that my config of null-ls:
```lua
local null_ls_status_ok, null_ls = pcall(require, "null-ls")
if not null_ls_status_ok then
return
end
-- https://github.com/jose-elias-alvarez/null-ls.nvim/…
-
[StyLua](https://github.com/JohnnyMorganz/StyLua) is one of the most common lua formatters I've seen around, and one commonly found in nvim lsp configs.
I propose we adopt stylua formatting guideli…
-
Right now, the children type is set to `{any}`, this means that froact is OK with you not giving each child in the children a string key. By changing this to `{[string]: any}` this would catch a lot o…
-
## Environment
- **OS**: Linux distribution
- **Dotter version**: dotter 0.13.2
- **Additional relevant information**
## Description
`nvim = "~/.config/nvim"` in config instead of creating a d…
-
I've tried to use crystalline multiple times on neovim with nvim-lspconfig, and I get no autocomplete. Is there any information on troubleshooting crystalline?
-
## Describe the bug
StyLua is installed on this repository, but does not seem to have been run.
## Reproduction
Run StyLua. Formatting changes.
```luau
local EcsOnAdd = HI_COMPON…
-
### Version confirmation
- [X] Confirm
### Following prerequisites
- [X] Confirm
### Neovim version
NVIM v0.10.0-dev-546+g3bf887f6e0
### Operating system/version
Arch
### Terminal name/version…