summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-03-12 18:10:03 -0400
committerJune McEnroe <programble@gmail.com>2013-03-12 18:10:03 -0400
commit4ad48b2e02f084f7aa1cabbfc0aaa706125f16b2 (patch)
tree4d96d3369550044936b49776ffda451f14ad1360 /.gitmodules
parentRemove vim-powerline (diff)
downloadsrc-4ad48b2e02f084f7aa1cabbfc0aaa706125f16b2.tar.gz
src-4ad48b2e02f084f7aa1cabbfc0aaa706125f16b2.zip
Switch to powerline
Which I'm not going to bother configuring because it thinks it's all
fancy and for other things that aren't Vim so it stores its config file
in ~/.config which I keep in a different repo and I only want to use it
for Vim so fuck you, Powerline. </rant>
Diffstat (limited to '')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 20d70b82..159a24ab 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -64,3 +64,6 @@
 [submodule "bundle/base16-vim"]
 	path = bundle/base16-vim
 	url = https://github.com/chriskempson/base16-vim.git
+[submodule "bundle/powerline"]
+	path = bundle/powerline
+	url = https://github.com/Lokaltog/powerline.git
h Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe