diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-07-29 00:37:54 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-07-29 00:37:54 +0300 |
commit | f746ce6790615c38dc6873f884ec009701cb22b1 (patch) | |
tree | 1f87faafd025712088f3a2c6a8cde212ef051f9f /modules/vim.nix | |
parent | 2024-07-21 (diff) |
2024-07-29
Diffstat (limited to '')
-rw-r--r-- | modules/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/vim.nix b/modules/vim.nix index ecd1336..f1dba85 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -35,6 +35,8 @@ in set clipboard^=unnamed endif + set viminfo= + set diffopt+=iwhite set hidden set lazyredraw |