summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-05 00:31:14 +0100
committertv <tv@krebsco.de>2015-11-05 00:31:14 +0100
commitfd901a72b64ca53ea0f5268813caf259950f7347 (patch)
treece83b22fb3d9399be37890ac07a7c858d2fc9edc /tv/2configs/vim.nix
parent86d8844d87ec6c503bdb50c24f56591001b0ff4a (diff)
tv vim: set et ts=2 sts=2 sw=2
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 8c6c9fb..14f086e 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -50,6 +50,8 @@ let
set wildmenu
set wildmode=longest,full
+ set et ts=2 sts=2 sw=2
+
filetype plugin indent on
set t_Co=256