diff options
| -rw-r--r-- | modules/nvf.nix | 3 |
1 files changed, 1 insertions, 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"; } ]; |
