6678af37ee
fix(copilot-chat): no need to schedule which-key keys. just use default
2024-05-31 13:59:53 +02:00
a474aea1f9
fix: rename +a
which-key group to ai
. Fixes #3392
2024-05-31 08:21:50 +02:00
2a7d163a8a
feat(copilot-chat): add cmp integration
2024-05-30 00:27:13 +02:00
54d687383d
style: cleanup
2024-05-29 14:45:55 +02:00
08481c2c92
fix(copilot-chat): enhanced chat view is now merged upstream, so update your plugins!
2024-05-27 20:57:49 +02:00
a23e8c15f5
feat(copilot-chat): enhanced rendering of the chat window
2024-05-27 18:16:35 +02:00
02b240cea5
fix(copilot-chat): clear -> reset
2024-05-27 17:53:38 +02:00
2695fc7dfc
feat(copilot-chat): make keymaps work in visual mode
2024-05-27 16:48:22 +02:00
46785526a6
feat(extras): added extra for CopilotChat.nvim
2024-05-27 08:42:30 +02:00
8ba7c64a7d
feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10
2024-05-21 19:31:40 +02:00
93c156a0a5
fix(yanky): load yanky earlier to avoid losing deleted lines ( #3234 )
2024-05-19 17:25:00 +02:00
d8644c4715
feat(mini.ai): mini.ai
is back in core with some improved features. Removing it was a mistake.
2024-05-18 21:53:26 +02:00
ef3bd3bd02
feat(extras): tags some extras as recommended
2024-05-18 14:12:26 +02:00
434883632c
perf(yanky): switch to shada backend. It seems much faster than sqlite
2024-05-18 12:46:03 +02:00
9176a6bc22
docs: remove mention of treesitter-rewrite from NEWS.md
2024-05-17 22:45:20 +02:00
76f9dbb40c
refactor: use LazyVim.opts
2024-05-16 22:11:55 +02:00
4f4911ff95
feat(coding)!: move mini.ai
to an extra
2024-05-16 21:25:51 +02:00
e37a699096
feat(mini.surround)!: move mini.surround
to an extra
2024-05-16 21:25:51 +02:00
3c4ebd522e
feat(coding)!: native snippets are now the default on Neovim 0.10. Install the luasnip extra to get luasnip back
2024-05-16 21:25:51 +02:00
d999be7401
feat(coding)!: use native comments on 0.10, with support for ts_context_commentstring
2024-05-16 21:25:51 +02:00
f25ac504b8
perf(yanky): remove performance optim for sqlite since it has been merged upstream
2024-05-15 18:09:55 +02:00
12a48b8ce1
feat(snippet): add friendly-snippets to native extra ( #2944 )
2024-05-15 12:11:29 +02:00
9047d041a8
perf(yanky): schedule_wrap
sqlite push to history to prevent blocking Neovim on copy/paste
2024-05-15 08:48:58 +02:00
6004e8d4f6
fix(native_snippets): Fix native_snippets for vim.snippet api
changes ( #3083 )
2024-05-03 09:11:25 +02:00
f308867570
fix(native_snippets): don't try to enable native snippets on Neovim < 0.10.0 and show warning
2024-03-29 09:44:40 +01:00
eb9f9a8862
fix(keymaps): update all keymap descriptions to be Title Case ( #2844 )
2024-03-27 08:56:44 +01:00
1910cd5cb7
refactor: use LazyVim.is_win()
2024-03-26 20:48:56 +01:00
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util")
2024-03-22 09:15:09 +01:00
d9f5e6db16
fix(yanky): properly disable sqlite.lua on Windows ( #2543 )
...
When directly modifying its `enabled` property, the plugin will remain
disabled even if required by another plugin.
2024-03-07 11:40:51 +01:00
7f9219162b
feat(snippets): added extra to use native snippets instead of LuaSnip.
2024-01-22 08:39:07 +01:00
fad3777296
fix(tabnine): run :CmpTabnineHub
automatically on build ( #1788 )
2023-10-19 07:54:19 +02:00
c8e5501ee5
feat(tabnine): add build cmd for Windows ( #1737 )
...
* feat(tabnine): add build cmd for Windows
* fix(prettier): use prettier instead of prettierd. Too many people get truncated files. Fixes #712 . See #1735
* feat: disable kind_filter for markdown and help
* feat(lualine): pretty_path now highlights file basename when modified
* fix(root): dont use single-file lsps for root detection. use workspaces only
* feat(lualine): new root dir component that only shows when cwd != root_dir
* refactor
---------
Co-authored-by: edshamis <pc>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-10-15 22:42:38 +02:00
95ff5aaa62
feat(extras): added TabNine ( #1651 )
...
* feat: add Tabnine
Add TabNine plugin for hrsh7th/nvim-cmp
* fix: limit to top 3 sources for TabNine
* feat: show Tabnine icon on suggestion list
* fix: migrate to LazyVim v10
* refactor: tabnine
* refactor
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-10-14 18:25:06 +02:00
1a4342abae
refactor: move cmp status lualine component to util
2023-10-14 18:02:47 +02:00
c8c929c9fd
perf(util): split lazyvim.util in smaller separate modules
2023-10-12 11:48:02 +02:00
b05783de8c
feat(codeium): added lualine component with codeium status similar to copilot
2023-10-09 09:13:14 +02:00
22271cdbbc
refactor(copilot): dont use deprecated get_clients
2023-10-09 09:12:48 +02:00
bff3a99697
feat(cmp): removed priority comparator in favor of source priorities for copilot/codeium
2023-10-09 09:12:29 +02:00
eddd3af351
feat(cmp): added custom comparator to prioritize AI sources like copilot and codeium
2023-10-09 00:06:58 +02:00
de93848f58
fix(cmp): properly set cmp group_index
to fix issues with copilot and other sources ( #1639 )
2023-10-08 22:32:03 +02:00
af9e452854
feat(codeium): add codeium extra ( #1619 )
...
* [feat] add codeium extension
* PR comments
2023-10-07 21:09:36 +02:00
b8d3a1c2cd
Revert "fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007 "
...
This reverts commit 8b1e7976a0
.
2023-09-26 10:13:00 +02:00
8b1e7976a0
fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007
2023-06-29 20:50:04 +02:00
e83d2c814f
fix(yanky): use leader-p for telescope integration
2023-06-28 12:59:08 +02:00
a1820c1b42
feat(extras): added yanky extra (yank-ring)
2023-06-28 11:26:54 +02:00
27d3e45df6
refactor(cmp): move comparator config to cmp spec
2023-06-28 11:26:53 +02:00
b929413ddd
feat(copilot): enable copilot in markdown and help files
2023-06-05 22:51:55 +02:00
5ed3250f24
fix(lualine): dont load copilot when not available. Fixes #872
2023-06-02 07:39:22 +02:00
183fd89d76
fix: make some extra deps optional
2023-05-22 20:57:26 +02:00
049e323714
fix(copilot): removed special handling of copilot in cmp. no longer needed
2023-05-12 17:01:10 +02:00