Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-05-03 16:10:13 +03:00
commit c78cb78ff0
72 changed files with 3570 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
:set gui=nonavigation
:set autocomplete=false
:map O :tabopen
:map P :set apptab<CR>
:map D :tabclose!<CR>
highlight CmdLine background: #29303A; color: #f9f9f9; transition: all 0.25s;
highlight CompItem[selected] background: #3A4452; color: #f9f9f9;
highlight Filter font-style: italic; color: red;
highlight Normal background: #29303A; color: #f9f9f9; transition: all 0.25s;
highlight InfoMsg background: #29303A; color: magenta;