Skip to content

fix: neovim cleanup — remove duplicate linter, extend neo-tree keybindings#297

Merged
djensenius merged 2 commits into
mainfrom
fix/nvim-cleanup
Feb 28, 2026
Merged

fix: neovim cleanup — remove duplicate linter, extend neo-tree keybindings#297
djensenius merged 2 commits into
mainfrom
fix/nvim-cleanup

Conversation

@djensenius
Copy link
Copy Markdown
Owner

Changes

Remove duplicate golangci-lint from nvim-lint

go.nvim already runs golangci-lint via its linter config. Having nvim-lint also trigger it caused 'parallel golangci-lint is running' errors.

Extend neo-tree keybindings

  • ,tG — git status view
  • ,tS — document symbols view
  • ,tB — buffers (moved from ,tb)
  • ,tT — toggle (moved from ,tg)
  • ,tF — reveal file (unchanged)

djensenius and others added 2 commits February 27, 2026 20:56
go.nvim already runs golangci-lint via its linter config. Having
nvim-lint also trigger it caused 'parallel golangci-lint is running'
errors since golangci-lint doesn't support concurrent execution.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add ,tG for git status view
- Add ,tS for document symbols view
- Move buffers from ,tb to ,tB
- Move toggle from ,tg to ,tT

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@djensenius djensenius merged commit 34d062f into main Feb 28, 2026
5 checks passed
@djensenius djensenius deleted the fix/nvim-cleanup branch February 28, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant