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

@ -152,10 +152,11 @@ in
hint_sign = notNull cfg.signs.hint;
infor_sign = notNull cfg.signs.info;
error_header = notNull cfg.headers.error;
warn_header = notNull cfg.headers.warning;
hint_header = notNull cfg.headers.hint;
infor_header = notNull cfg.headers.info;
# TODO Fix this!
# error_header = notNull cfg.headers.error;
# warn_header = notNull cfg.headers.warning;
# hint_header = notNull cfg.headers.hint;
# infor_header = notNull cfg.headers.info;
max_diag_msg_width = notNull cfg.maxDialogWidth;