aboutsummaryrefslogtreecommitdiff
path: root/gui/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/vim.nix')
-rw-r--r--gui/vim.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/vim.nix b/gui/vim.nix
index 1b2c4db..95873ce 100644
--- a/gui/vim.nix
+++ b/gui/vim.nix
@@ -6,9 +6,7 @@
file.".gvimrc".text = ''
set guifont=Iosevka\ 10
set linespace=2
- set guioptions=agim
- set guioptions-=m
- 2match SpecialKeyTab /\t/
+ set guioptions=agi
'';
};