mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 21:05:04 +02:00
neovim: Remove cmp-calc
This commit is contained in:
parent
c75fb534be
commit
41e1da43cb
1 changed files with 0 additions and 6 deletions
|
|
@ -36,7 +36,6 @@
|
|||
"buffer"
|
||||
"path"
|
||||
"git"
|
||||
"calc"
|
||||
"omni"
|
||||
];
|
||||
providers = {
|
||||
|
|
@ -44,10 +43,6 @@
|
|||
name = "git";
|
||||
module = "blink.compat.source";
|
||||
};
|
||||
calc = {
|
||||
name = "calc";
|
||||
module = "blink.compat.source";
|
||||
};
|
||||
omni = {
|
||||
name = "omni";
|
||||
module = "blink.compat.source";
|
||||
|
|
@ -64,5 +59,4 @@
|
|||
|
||||
plugins.cmp-omni.enable = true;
|
||||
plugins.cmp-git.enable = true;
|
||||
plugins.cmp-calc.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue