mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
plugins/completion: move to by-name
- Move nvim-cmp to plugins/cmp - Move other completion plugins to plugins/by-name
This commit is contained in:
parent
3211a63306
commit
ad85cd760e
36 changed files with 2 additions and 9 deletions
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.coq-nvim.enable = true;
|
||||
};
|
||||
|
||||
nixvim-defaults =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.coq-nvim = {
|
||||
# It seems that the plugin has issues being executed in the same derivation
|
||||
enable = !(pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64);
|
||||
|
||||
settings = {
|
||||
xdg = true;
|
||||
auto_start = true;
|
||||
keymap.recommended = true;
|
||||
completion.always = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
artifacts = {
|
||||
plugins.coq-nvim = {
|
||||
enable = true;
|
||||
installArtifacts = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue