updated with more docs and more nice options.
[feisty_meow.git] / database / configuration / vim / dotvimrc
index 19970ad8757c7e06d80f8c629a0036d68a4316c9..52786909d85c534a588efd5ed5e85f9adffbdfb3 100644 (file)
@@ -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.
+