home/nvim: fix coc config

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-30 04:02:49 +03:00
parent 20a0b67a6a
commit 3d2c3f4d09
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -65,7 +65,7 @@ in
vimAlias = true; vimAlias = true;
coc = { coc = {
enable = true; enable = true;
settings = ./coc_settings.nix; settings = import ./coc_settings.nix;
}; };
}; };