all repos — nixfiles @ 5e5cb81bc8f7a344fc43bc658fd409be5da55e67

System and user configuration, managed by nix and home-manager

neovim: use builtin home-manager module to configure coc

Alan Pearce
commit

5e5cb81bc8f7a344fc43bc658fd409be5da55e67

parent

f61a949a9a394afd3f21b8e993412630ad73a2e9

1 file changed, 2 insertions(+), 5 deletions(-)

changed files
M user/settings/base.nixuser/settings/base.nix
@@ -4,10 +4,6 @@ lib,
pkgs, ... }: { - imports = [ - ../modules/nvim-coc.nix - ]; - # Let Home Manager install and manage itself. programs.home-manager.enable = true; manual = {
@@ -33,7 +29,8 @@ zig-vim
]; extraLuaConfig = builtins.readFile ../nvim/init.lua; coc = { - config = { + enable = true; + settings = { "json.enable" = true; "suggest.enablePreview" = true; };