fix(nvim): make coq follow xdg
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
55e49ea248
commit
1230f92f70
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ in {
|
||||||
keymap = {
|
keymap = {
|
||||||
recommended = false,
|
recommended = false,
|
||||||
},
|
},
|
||||||
|
-- https://github.com/NixOS/nixpkgs/issues/168928#issuecomment-1109581739
|
||||||
|
xdg = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
-- Add formatting cmd
|
-- Add formatting cmd
|
||||||
|
|
Loading…
Reference in a new issue