diff options
| author | Silas Schöffel <sils@sils.li> | 2026-06-23 01:50:23 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-06-23 01:50:23 +0200 |
| commit | 8cc8e0d15717cd6dde12b91bf6e48de4639f4024 (patch) | |
| tree | bab712d53ce3114c0aa6b0ba7fcf55ee751e00c3 /hm/nixvim | |
| parent | flake.lock: update (diff) | |
| download | nix-config-8cc8e0d15717cd6dde12b91bf6e48de4639f4024.zip | |
coq-nvim: remove auto_start
Diffstat (limited to 'hm/nixvim')
| -rw-r--r-- | hm/nixvim/config.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index 666232b..e6808f0 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -134,9 +134,6 @@ pkgs: { cmp-path.enable = true; coq-nvim = { enable = false; - settings = { - auto_start = "shut-up"; - }; installArtifacts = true; }; dashboard = { |
