-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vimPlugins.nvim-compe: deprecate for nvim-cmp #357347
Conversation
@@ -2604,7 +2579,8 @@ in | |||
}; | |||
|
|||
tmux-complete-vim = super.tmux-complete-vim.overrideAttrs { | |||
dependencies = with self; [ nvim-compe ]; | |||
# Vim plugin with optional nvim-compe lua module | |||
doCheck = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically does nothing until #352277 is implemented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was surprised to see nvim-compe extensions in your other PR 😅
LGTM.
nvim-compe has been replaced with nvim-cmp
nvim-compe has been replaced with nvim-cmp
nvim-compe has been replaced with nvim-cmp
nvim-compe has been replaced with nvim-cmp
nvim-compe has been replaced with nvim-cmp
not ruling out there are still users out there (I see it mentioned sometimes on neovim chat), who I encourage to test other solutions. |
Things done
While going through all the plugins and requires testing. I noticed the nvim-compe plugin has been archived for a couple years and all development moved to nvim-cmp.
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.