vim: Replace nvim-compe with nvim-cmp

This commit is contained in:
Geoffrey Frogeye 2024-01-09 20:00:12 +01:00
parent aeccc22857
commit d325eb2d27
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 33 additions and 93 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, config, ... }: {
imports = [
./c.nix
./python.nix
./common.nix
];
}