nvim-autopairs: init plugin

Also disabled Nix for treesitter temporarily, it's broken right now
This commit is contained in:
Pedro Alves 2021-03-17 22:33:03 +00:00
parent 080c8af710
commit 0d51b37154
6 changed files with 92 additions and 26 deletions

View file

@ -17,7 +17,8 @@ in
disabledLanguages = mkOption {
type = types.listOf types.str;
default = [];
# Nix is out of date right now! Try not to use it :D
default = [ "nix" ];
description = "A list of languages to disable";
};