-
Can we add an option to skip formatting imports or sort only within the sections of import instead fo the whole list being sorted even if they are separated by spaces?
sample,
```
package testdat…
-
### Problem description
I'm having issues getting lvim to connect to gopls upon opening a Go file. For some reason I get no LSP functionality until I run `LvimReload`. This happens on every file/buff…
-
This is a feature request. Please let me know if I've put it in the wrong place and I'll be happy to re-file with proper formatting.
My team uses github.com/incu6us/goimports-reviser to format our …
-
### Checklist
- [X] Using a stable version of Neovim (i.e. not neovim nightly)
- [X] `:AstroUpdate`
- [X] Restarted AstroNvim
### Operating system/version
macOS 13.5.2
### Terminal/GUI
iTerm2
##…
-
**Describe the bug**
After installing mason-null-ls.nvim, I tried using Lazy's feature of generating help tags when no are present in a plugin. While `:help mason-null-ls` shows plenty, which correla…
-
hey, so I noticed that goimports-reviser removes comment directives by using `go/ast.go (g *CommentGroup) Text()` as it ignores directives in this line
```go
if isDirective(c) {
// Ignore //go:…
-
### I believe this to be an issue that should be addressed by maintainers of mason.nvim.
- [X] Yes
### Why do you think this is an issue with mason.nvim?
Mason installs an old version of `goi…
akarl updated
2 years ago
-
👋🏻
I have the following null-ls configuration:
```lua
null_ls.setup({
sources = {
require("null-ls").builtins.formatting.lua_format, -- https://github.com/Koihik/LuaF…
-
I would like to use this tool to format the imports for every file in my project. To do this, I have to write a script something similar to
```
for file in $(find . -name '*.go'); do
goimpor…
-
### Problem description
1. Change the property **shiftwidth** from 2 to 4 in lvim settings file.
2. Open Lvim
3. Open a Go project
4. The first chars of the entire file are missing
### LunarV…