From 3ea730e982dcc8f00d6be8046ebe3e8597b7d606 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 23 Sep 2024 15:36:27 +0200 Subject: [PATCH] NVim: fix diagnostics --- modules/hm/vim.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index e61d3d3..e6f4d43 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -297,8 +297,6 @@ in update_in_insert = true, } ) - - vim.diagnostic.severity = 'Warning' ''; }