8000 Tags · milanglacier/nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: milanglacier/nvim

Tags

3.1

Toggle 3.1's commit message
chore: version 3.1

* Features:

- Added integration with `aider` in `conf/aider.lua`
- Added integration with `lazygit` and `mini.git` in `conf/vcs.lua`
- Implemented `edit_src_in_dedicated_buffer` function for editing inline
  code (e.g. inline sql string) in a temporary buffer
- Added `minuet-ai.nvim` integration for AI-assisted completions
- Introduced `grug-far.nvim` for search and replace functionality
- Added `mfussenegger/nvim-treehopper` for treesitter-based text objects

* Breaking Changes:

- Removed `vim-pandoc/vim-pandoc-syntax` and related plugins
- Removed `codeium.nvim` integration
- Removed `nvim-spectre` in favor of `grug-far.nvim`
- Removed `ray-x/lsp_signature.nvim`
- Removed `NeogitOrg/neogit` in favor of `mini.git` and `lazygit`.

3.0

Toggle 3.0's commit message
chore: version 3.0

2.4

Toggle 2.4's commit message
chore: version 2.4.

Breaking change:
    - replace `null-ls.nvim` with `efm` as the former is stopping
      maintainance.

2.3

Toggle 2.3's commit message
chore: version 2.3.

Feature:
    - `REPL` module now supports `attach current buffer to a REPL`
      feature.

2.2

Toggle 2.2's commit message
chore: version 2.2

Features:
    - (Breaking change) Replaced `iron.nvim` with our own implementation of `REPL`.

Improvement:
    - More robust conda environment management.

2.1.1

Toggle 2.1.1's commit message
fix(treesitter): enable essential treesitter modules.

2.1

Toggle 2.1's commit message
chore: version 2.1

Breaking Changes:
    - `vscode-neovim` is no longer supported in `master` branch. To use
      `vscode-neovim`, please switch to `windows/vscode` branch which is
      also actively maintained.

    - Remove some linters, as they provide annoyance more than
      assitance.

Improvement:

    - Some minor optimization to startup speed.

2.0.1

Toggle 2.0.1's commit message
config: lazy load cmp, dap, neogit, and diffview.

2.0

Toggle 2.0's commit message
chore: version 2.0.

CHANGELOG:
    - Migrate from packer.nvim to lazy.nvim.
    - Remove `firenvim`.

1.0

Toggle 1.0's commit message
refactor(telescope): don't use autocmd to override telescope buffer l…

…ocal keymap.
0