X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fvim%2Fdotvimrc;h=52786909d85c534a588efd5ed5e85f9adffbdfb3;hb=59dd39a5b31f754323312e261a0350636a5fe8dd;hp=19970ad8757c7e06d80f8c629a0036d68a4316c9;hpb=badb6073ba4bd73e787a3d902dffb41e35515bf8;p=feisty_meow.git diff --git a/database/configuration/vim/dotvimrc b/database/configuration/vim/dotvimrc index 19970ad8..52786909 100644 --- a/database/configuration/vim/dotvimrc +++ b/database/configuration/vim/dotvimrc @@ -5,4 +5,13 @@ set viminfo='100,<1000,s10,h " this size though, so if you save to a lot of different ones, you will use more space in your " viminfo file. +set nobk +" tells vim not to make a backup of the file before editing it; this is living dangerously. + +set nocompatible +" nocompatible|nocp turns off compatibility mode, allowing filename completion. + +colorscheme elflord +" elflord just happens to be the color scheme i prefer. there are a bunch. +