From cd1b85d92df79af56daaf90ebc4b7671661dfab6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 16 Jun 2025 00:00:35 +0100 Subject: [PATCH] Automated dev commit --- modules/home-manager/coding/neovim/config/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/home-manager/coding/neovim/config/default.nix b/modules/home-manager/coding/neovim/config/default.nix index 03ed801e..5f7a6e27 100644 --- a/modules/home-manager/coding/neovim/config/default.nix +++ b/modules/home-manager/coding/neovim/config/default.nix @@ -38,6 +38,16 @@ settings.flavour = "mocha"; }; + diagnostic.settings = { + signs = true; + underline = false; + update_in_insert = false; + virtual_text = { + enable = true; + spacing = 2; + }; + }; + extraPackages = with pkgs; [ nixfmt-rfc-style stylua