home/nvim: fix coc config
This commit is contained in:
parent
20a0b67a6a
commit
3d2c3f4d09
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ in
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
coc = {
|
coc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = ./coc_settings.nix;
|
settings = import ./coc_settings.nix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue