Update README to reflect change from vim-powerline to vim-airline.
David Blume

David Blume commited on 2018-04-26 21:21:05
Showing 2 changed files, with 4 additions and 4 deletions.

... ...
@@ -1,6 +1,6 @@
1 1
 The MIT License (MIT)
2 2
 
3
-Copyright (c) 2016 David Blume
3
+Copyright (c) 2016-2018 David Blume
4 4
 
5 5
 Permission is hereby granted, free of charge, to any person obtaining a copy
6 6
 of this software and associated documentation files (the "Software"), to deal
... ...
@@ -38,13 +38,13 @@ See [config.dlma.com](http://config.dlma.com) for more.
38 38
 
39 39
 #### What's installed
40 40
 
41
-1. .bashrc and .bash_profile
41
+1. .bashrc and .bash\_profile
42 42
 2. Vim resources
43 43
     1. .vimrc
44
-    2. An empty .vim_undo directory
44
+    2. An empty .vim\_undo directory
45 45
     3. .vim with the following plugins:
46 46
         1. [pathogen](https://github.com/tpope/vim-pathogen), the Vim plugin manager.
47
-        2. [vim-powerline](https://github.com/Lokaltog/vim-powerline), for a better Vim statusline.
47
+        2. [vim-airline](https://github.com/vim-airline/vim-airline), for a better Vim statusline.
48 48
         3. [bbye for :Bdelete](https://github.com/moll/vim-bbye), to delete buffers without affecting windows.
49 49
         4. [nerdtree](https://github.com/scrooloose/nerdtree), a better filesystem tree-view explorer.
50 50
         5. [taglist](http://www.vim.org/scripts/script.php?script_id=273), a ctags tree-view explorer.
51 51