mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
neovim: disable neovim-coc-config test
This commit is contained in:
parent
4337992712
commit
947eef9e99
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
{ lib, ... }:
|
||||
|
||||
# Currently broken due to a change in Nixpkgs.
|
||||
lib.mkIf false {
|
||||
imports = [ ./stubs.nix ];
|
||||
|
||||
programs.neovim = {
|
||||
|
|
Loading…
Add table
Reference in a new issue