Commit Graph
838 Commits
Author SHA1 Message Date
Folke Lemaitre a43d1b79f2 feat(noice): enable the inc_rename preset when inc_rename is availble 2023-05-18 08:22:08 +02:00
Folke Lemaitre bd1ba54d13 fix(mini): lazy now supports mini plugins out of the box. no longer needed to have a custom config 2023-05-13 16:16:10 +02:00
github-actions[bot] 9f2010a8b9 chore(main): release 3.1.0 (#757)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.1.0
2023-05-13 15:49:06 +02:00
github-actions[bot] e09423b28c chore(build): auto-generate vimdoc 2023-05-13 13:46:15 +00:00
Folke Lemaitre 2525b91313 feat(noice): send written notifications to the mini view instead of notify 2023-05-13 15:45:28 +02:00
Folke Lemaitre a213da4430 feat(noice): use noice's improved entry doc view for cmp 2023-05-13 15:45:02 +02:00
github-actions[bot] b57582bc91 chore(main): release 3.0.0 (#755)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.0.0
2023-05-12 20:40:23 +02:00
Folke Lemaitre d41ef05cc0 feat(mini.comment)!: removed ts-context-commentstring since mini.comment provides this functionality out of the box
If you use this plugin, you can add it again with the following code:
{
  "nvim-treesitter/nvim-treesitter",
  opts = {
    context_commentstring = {
      enable = true,
      enable_autocmd = false,
    },
  },
  dependencies = {
    "JoosepAlviste/nvim-ts-context-commentstring",
  },
}
2023-05-12 20:34:36 +02:00
github-actions[bot] dfde622847 chore(main): release 2.13.1 (#731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.13.1
2023-05-12 17:05:10 +02:00
Folke Lemaitre 44df7434d4 perf(comment): removed nvim-ts-context-commentstring, since mini.comment now handles that internally 2023-05-12 17:03:16 +02:00
Folke Lemaitre 049e323714 fix(copilot): removed special handling of copilot in cmp. no longer needed 2023-05-12 17:01:10 +02:00
github-actions[bot] 7d96b07c6f chore(build): auto-generate vimdoc 2023-05-12 14:47:08 +00:00
Ryan Schlesinger ad229bbf42 fix(copilot): latest copilot-cmp requires passing opts to _on_insert_enter (#752) 2023-05-12 16:46:21 +02:00
github-actions[bot] cbf1d335ed chore(build): auto-generate vimdoc 2023-05-08 16:57:02 +00:00
Folke Lemaitre 6ebf3ab084 fix(icons): updated a dap icon 2023-05-08 18:56:18 +02:00
github-actions[bot] 25d37a2cdd chore(main): release 2.13.0 (#702)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.13.0
2023-05-04 18:32:55 +02:00
github-actions[bot] 7409fef291 chore(build): auto-generate vimdoc 2023-05-04 16:28:28 +00:00
Folke Lemaitre 3f5c2c283e feat(extras): added extra for tailwindcss 2023-05-04 18:27:36 +02:00
github-actions[bot] f51719a12d chore(build): auto-generate vimdoc 2023-05-02 19:30:33 +00:00
DYY ea4858874b fix(mason): exclude filetype mason in indent-blankline.nvim (#701) 2023-05-02 21:29:52 +02:00
github-actions[bot] c42ebc216a chore(main): release 2.12.1 (#685)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.12.1
2023-04-28 15:26:43 +02:00
github-actions[bot] bdddb215cc chore(build): auto-generate vimdoc 2023-04-28 09:48:21 +00:00
Folke Lemaitre eb143ebe11 fix(format): only do null-ls formatting logic when null-ls is availble. Fixes #684 2023-04-28 11:47:37 +02:00
github-actions[bot] 86ac9989ea chore(build): auto-generate vimdoc 2023-04-25 07:13:27 +00:00
Albert Gu dc1d48f436 style: Change description of notify.dismiss() binding (#675) 2023-04-25 09:12:41 +02:00
github-actions[bot] 5202a0f006 chore(main): release 2.12.0 (#671)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.12.0
2023-04-24 20:47:45 +02:00
Folke Lemaitre 7b9145c12d fix(spectre): use new url by default 2023-04-24 08:45:40 +02:00
Loi ChyanandFolke Lemaitre 3e46dd61cd feat(bufferline): use mini.bufremove to close a buffer (#670)
* feat(bufferline): use `mini.bufremove` to close a buffer

* fix(bufferline): don't force remove buffers

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-24 08:40:57 +02:00
github-actions[bot] 43763a6226 chore(build): auto-generate vimdoc 2023-04-24 06:39:25 +00:00
you-n-gandFolke Lemaitre 6c334fed6a feat(telescope): added keymap for recent files in the current directory. (#669)
* Support MRU in current directory.

* Update editor.lua

* fix(telescope): use cwd for oldfiles for consistency with other commands

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-24 08:38:42 +02:00
github-actions[bot] d18331ca89 chore(main): release 2.11.0 (#664)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.11.0
2023-04-23 11:21:54 +02:00
Folke Lemaitre 59f3b3e096 feat(plugins): automatically handle plugin repo renames 2023-04-23 11:20:02 +02:00
J 4fbb7a2803 fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +02:00
github-actions[bot] b760ec63c4 chore(build): auto-generate vimdoc 2023-04-23 09:02:33 +00:00
Folke Lemaitre d565684ade feat(lsp): automatically resolve denols/tsserver conflicts if both are configured 2023-04-23 11:01:46 +02:00
github-actions[bot] c7aeda9db1 chore(build): auto-generate vimdoc 2023-04-22 21:07:31 +00:00
Albert Gu 3a718c5c85 feat(dap): Change DAP REPL binding from open to toggle (#663) 2023-04-22 23:06:55 +02:00
github-actions[bot] 6c86952a0e chore(main): release 2.10.0 (#659)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.10.0
2023-04-21 23:53:51 +02:00
Folke Lemaitre ad214af54d feat(neo-tree): refresh neotree git status when closing a lazygit terminal 2023-04-21 23:42:30 +02:00
Folke Lemaitre 40983a3269 fix(copilot): re-enable copilot confirm with overwrite 2023-04-21 23:42:30 +02:00
github-actions[bot] 2f93f69171 chore(main): release 2.9.0 (#655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.9.0
2023-04-21 18:30:09 +02:00
Folke Lemaitre 4379ae8ab9 fix(copilot): work-around Neovim bug. Fixes #656 2023-04-21 18:27:15 +02:00
Folke Lemaitre eb92903342 feat(tsserver): set some tsserver formatting settings to their Neovim equivalents. Also used for organize imports 2023-04-21 16:50:12 +02:00
github-actions[bot] 03282126e3 chore(main): release 2.8.0 (#652)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.8.0
2023-04-21 09:25:43 +02:00
Folke Lemaitre 1274310e6d feat(copilot): better copilot status colors for lualine 2023-04-21 09:24:12 +02:00
loqusion 14e708a246 fix: remove unintentional <lt>nop> mapping (#651) 2023-04-21 09:21:34 +02:00
github-actions[bot] 437156a3ae chore(main): release 2.7.0 (#650)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.7.0
2023-04-21 08:59:45 +02:00
github-actions[bot] 063f8d6dff chore(build): auto-generate vimdoc 2023-04-21 06:47:24 +00:00
Folke Lemaitre d63c471008 feat(copilot): added lualine component for copilot. Simple icon colored by status. Will add status message when available (warnings) 2023-04-21 08:46:45 +02:00
Folke Lemaitre 4042614005 refactor: move lualine fg function to Util 2023-04-21 08:46:05 +02:00