diff options
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 62ed02f74..6691350eb 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -85,6 +85,7 @@ let set hlsearch set incsearch set mouse=a + set noruler set pastetoggle=<INS> set runtimepath=${runtimepath} set shortmess+=I |