Skip to content

Fix/bugs#129

Merged
redyf merged 4 commits into
mainfrom
fix/bugs
Jun 6, 2026
Merged

Fix/bugs#129
redyf merged 4 commits into
mainfrom
fix/bugs

Conversation

@redyf

@redyf redyf commented Jun 6, 2026

Copy link
Copy Markdown
Owner

A series of bug fixes, cleanup and refactors

redyf and others added 4 commits June 6, 2026 12:11
- cmp: make luasnip require local to avoid global namespace leak
- cmp: remove cmp_git source reference (plugin not installed)
- none-ls: define augroup local before use in onAttach
- treesitter: remove stale autopairs/folding settings (removed upstream)
- treesitter: disable auto_install (parsers managed by Nix)
- Remove lspsaga (superseded by plugins.lsp.keymaps, barbecue, trouble)
- Remove none-ls (superseded by conform + nvim-lint)
- Remove ultimate-autopair (nvim-autopairs chosen as sole autopair plugin)
- Drop 28-line commented-out keymap block from lsp-nvim.nix
- nvterm: migrate keymaps from raw vim.keymap.set to Nixvim keymaps list
- mini: fix ts-context-commentstring API (remove .internal path, use __raw function)
- Replace vim.lsp.with() and manual handler wrapping with
vim.lsp.config("*", { handlers = ... })
  - Replace vim.diagnostic.goto_next/prev (deprecated in 0.11) with
vim.diagnostic.jump({ count = ±1, float = true })
@redyf redyf merged commit 5af6e8f into main Jun 6, 2026
5 checks passed
@redyf redyf deleted the fix/bugs branch June 6, 2026 16:26
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