-
### search you tried in the issue tracker
rust features
### describe your actual problem
The rust hooks execute `cargo install --bins --root ` (taken from [here](https://github.com/pre-commi…
-
Hi,
When I add dot files ino the ~/.config/nvim directory, after neovim installation, I have faced with this problem. What does it cause that problem? Actually I don't know how to install a LSP serve…
-
### Feature description
This is less of a request and more of a question, just unsure which place to put this, when my code is formatted (say through null-ls) all of my folds are automatically opened…
-
Right now, `ruff format` / `textDocument/formatting` apply formatting, while `organizeImports` and `fixAll` are available independently, e.g. as code actions.
I think it would make sense to have th…
-
Let's say for example I want to make a screenshot of the `:checkhealth` or a **git diff** inside [fugitive]() or there is a filetype that **freeze** currently doesn't support (at least at full like mu…
-
```
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
quote_type = single
```
https://editorconfig.org…
-
Attempting to format this valid Lua code:
```lua
for i = 1, 10 do
if i < 8 then
print(i)
goto continue
end
break
::continue::
end
```
gives the following error:
```
erro…
-
Currently stylua removes many redundant parens, and in one specific case it's triggering a luau analysis warning.
Ex:
```lua
local _ = (not true) == true
```
Changes to:
```lua
local _ = not …
-
luacheck had lints for [max line length](https://luacheck.readthedocs.io/en/stable/inline.html), but selene not.
-
https://github.com/stevearc/conform.nvim
플러그인 조사