From e41df8214bafdb046908e4c6ff9e0f5ce1178dcf Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 11 May 2025 05:28:12 +0200 Subject: formatting --- modules/nvf.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/nvf.nix b/modules/nvf.nix index 791b211..5b6f6d7 100644 --- a/modules/nvf.nix +++ b/modules/nvf.nix @@ -16,6 +16,7 @@ in { theme.style = "dark"; options = { + clipboard = "unnamedplus"; tabstop = 2; shiftwidth = 2; expandtab = true; @@ -75,10 +76,8 @@ in { autocmds = [ { - enable = true; event = ["VimEnter"]; command = "highlight Statusline guibg=none | highlight StatuslineNC guibg=none"; - desc = "Transparent statusline"; } ]; -- cgit v1.3.1