From 3b16eca8f5d6eef8af0bd787749f3429d14b0b6c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 21 Jan 2012 23:11:35 -0500 Subject: Add Powerline --- .gitmodules | 3 +++ .vimrc | 1 + bundle/vim-powerline | 1 + 3 files changed, 5 insertions(+) create mode 160000 bundle/vim-powerline diff --git a/.gitmodules b/.gitmodules index 293bb8f2..19356752 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/quicktask"] path = bundle/quicktask url = https://github.com/aaronbieber/quicktask.git +[submodule "bundle/vim-powerline"] + path = bundle/vim-powerline + url = https://github.com/Lokaltog/vim-powerline.git diff --git a/.vimrc b/.vimrc index f711d337..cda825a0 100644 --- a/.vimrc +++ b/.vimrc @@ -45,6 +45,7 @@ endif set guioptions-=rLtT " Disable tear-off menus, toolbar, scrollbars set guifont=Monospace\ 9 set browsedir=buffer " Open dialog starts in working directory +let g:Powerline_symbols = 'fancy' " Jump to the last cursor position when opening autocmd BufReadPost * diff --git a/bundle/vim-powerline b/bundle/vim-powerline new file mode 160000 index 00000000..23b4bbd7 --- /dev/null +++ b/bundle/vim-powerline @@ -0,0 +1 @@ +Subproject commit 23b4bbd7b555367a714de66ccde468c08464f5a3 -- cgit 1.4.1 l/log/command.c?h=1.0&follow=1'>log tree commit diff
path: root/command.c (unfollow)
Commit message (Expand)Author
2020-02-10Only write out title on uiDrawJune McEnroe
2020-02-10Manually raise SIGINT from C-cJune McEnroe
2020-02-10Split on <> in colorMentionsJune McEnroe
2020-02-10Replace alignment tabs with spaces in bufferListJune McEnroe
2020-02-10Add C-o as alias of M-/June McEnroe
2020-02-10Only automatically switch to expected joinsJune McEnroe
2020-02-10Delegate to commandPrivmsg from commandMsgJune McEnroe
2020-02-10Synthesize a QUIT message to handle on exitJune McEnroe
2020-02-10Factor out XDG base directory codeJune McEnroe
2020-02-10Leave a blank line after loaded bufferJune McEnroe
2020-02-10Add -s to save and load buffersJune McEnroe
2020-02-10Show heat and other unread in titleJune McEnroe
2020-02-10Eliminate array in hashJune McEnroe
2020-02-10Add -HJune McEnroe
2020-02-10Hash to colors in the range 2-75June McEnroe
2020-02-10Improve color fudgingJune McEnroe
2020-02-10Support all 99 IRC colorsJune McEnroe
2020-02-10Avoid coloring mentions if there are control codesJune McEnroe
2020-02-10Recalculate unreadLines on reflowJune McEnroe
2020-02-10Only make windows hotterJune McEnroe
2020-02-10Always increase unreadLinesJune McEnroe
2020-02-10Move scroll marker on resizeJune McEnroe
2020-02-10Update line count for words longer than linesJune McEnroe
2020-02-10Simplify mark, heat, unread trackingJune McEnroe
2020-02-10Update prompt when own nick changesJune McEnroe
2020-02-10Match URLs surrounded by parenthesesJune McEnroe
2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe
2020-02-09Add M-lJune McEnroe
2020-02-09Add /whoisJune McEnroe
2020-02-09Add /msgJune McEnroe