mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 19:18:57 +02:00
nvim-autopairs: init plugin
Also disabled Nix for treesitter temporarily, it's broken right now
This commit is contained in:
parent
080c8af710
commit
0d51b37154
6 changed files with 92 additions and 26 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue