diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8383c6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.un +*.un~ diff --git a/.vimrc b/.vimrc index 32b7582..199d968 100755 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,8 @@ "pathogen stuff {{{ "clone plugins to .vim/bundle "filetype off "temporarily turn off filetype options "call pathogen#infect() "load pathogen - "filetype plugin indent on "load filetype-specific indent and plugin files + "filetype plugin indent on "load filetype-specific indent / plugin files + "TODO: remove this "}}} "vim-plug {{{