summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/vim.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/programs/vim.nix b/modules/programs/vim.nix
index 115fa0f..3319c91 100644
--- a/modules/programs/vim.nix
+++ b/modules/programs/vim.nix
@@ -95,16 +95,19 @@ in {
set bs=indent,start
set hlsearch
+ set incsearch
nnoremap // :nohlsearch<CR>
- set nowrap
- set number
-
set list
set listchars=tab:»·,trail:·,extends:⟩,precedes:⟨
set fillchars+=vert:\ ,stl:\ ,stlnc:\
+ set number
+
set lazyredraw
+ set nowrap
+ set showcmd
+ set showmatch
'';
};