mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 11:25:06 +02:00
Enable coq_settings.xdg by default
This commit is contained in:
parent
8d41514bbe
commit
486d526c9e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ in
|
|||
settings = {
|
||||
auto_start = cfg.autoStart;
|
||||
"keymap.recommended" = cfg.recommendedKeymaps;
|
||||
xdg = true;
|
||||
};
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue