mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
coq: enable coq_settings.xdg by default
This commit is contained in:
parent
908191a06b
commit
6392856852
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,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