aboutsummaryrefslogtreecommitdiff
path: root/vimrc-full
diff options
context:
space:
mode:
authorMax Christian Pohle2017-12-11 00:55:04 +0100
committerMax Christian Pohle2017-12-11 00:55:04 +0100
commite4367a3254756d66d8d62500577dee81e0a316bb (patch)
tree212a5012cc220342867f4a9f96985ca10dd8b7c8 /vimrc-full
parentb0ca02d62d1c4dce205e71e6336ca1484c56e5db (diff)
downloadvim-e4367a3254756d66d8d62500577dee81e0a316bb.tar.bz2
vim-e4367a3254756d66d8d62500577dee81e0a316bb.zip
Fixed symbols, added new screenshot
Diffstat (limited to 'vimrc-full')
-rw-r--r--vimrc-full4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc-full b/vimrc-full
index deb7c7c..11ca80e 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -791,8 +791,8 @@ let g:lightline = {
791 \ 'buffer_alt': '%{expand("#:t")}', 791 \ 'buffer_alt': '%{expand("#:t")}',
792 \ 'servername': ' %{v:servername}', 792 \ 'servername': ' %{v:servername}',
793 \ 'sessionname': '%{v:this_session}', 793 \ 'sessionname': '%{v:this_session}',
794 \ 'gitbranch': ' %{fugitive#head()}', 794 \ 'gitbranch': ' %{fugitive#head()}',
795 \ 'tabnumber': '🗗 %{tabpagenr()}/%{tabpagenr("$")}', 795 \ 'tabnumber': " %{tabpagenr()}/%{tabpagenr('$')}",
796 \ 'readonly': '%{&readonly ? "" : ""}' 796 \ 'readonly': '%{&readonly ? "" : ""}'
797 \ }, 797 \ },
798 \ 'component_expand': { 798 \ 'component_expand': {
..