diff options
-rw-r--r-- | vimrc.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index 986aef7..c862116 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -160,6 +160,9 @@ noremap ,dd zi:.;/^-- $/d<CR>O-- <UP><End><CR><CR><UP><CR><C-O>zi "colorscheme inkpot colorscheme xoria256 +" Airline +"let g:airline_powerline_fonts = 1 + " Powerline python from powerline.vim import setup as powerline_setup python powerline_setup() |