mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue