diff options
Diffstat (limited to '.config/nvim/plugins.vim')
-rw-r--r-- | .config/nvim/plugins.vim | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/.config/nvim/plugins.vim b/.config/nvim/plugins.vim index 022ce47..2237045 100644 --- a/.config/nvim/plugins.vim +++ b/.config/nvim/plugins.vim @@ -1,45 +1,3 @@ -" Startify -let g:startify_custom_header = startify#pad([ - \ ' _____________________________________ ', - \ ' / \', - \ ' | Hi, partner, welcome_back to |', - \ ' | _ __ ___ _____ _(_)_ __ ___ |', - \ ' | | ''_ \ / _ \/ _ \ \ / / | ''_ ` _ \ |', - \ ' | | | | | __/ (_) \ V /| | | | | | | |', - \ ' | |_| |_|\___|\___/ \_/ |_|_| |_| |_| |', - \ ' \ /', - \ ' ------------------------------------- ', - \ ' \ ^__^ ', - \ ' \ (oo)\_______ ', - \ ' (__)\ )\/\ ', - \ ' ||----w | ', - \ ' || || ', - \ ]) -let g:startify_lists = [ - \ { 'type': 'sessions', 'header': startify#pad(['Sessions']) }, - \ { 'type': 'files', 'header': startify#pad(['Recent']) }, - \ { 'type': 'bookmarks', 'header': startify#pad(['Bookmarks']) }, - \ { 'type': 'commands', 'header': startify#pad(['Commands']) }, - \ ] -let g:startify_bookmarks = [ - \ { 'b': '~/.config/bspwm/bspwmrc' }, - \ { 'fa': '~/.config/fish/alias.fish' }, - \ { 'fc': '~/.config/fish/config.fish' }, - \ { 'v': '~/.config/nvim/init.vim' }, - \ { 'z': '~/.config/zsh/.zshrc' }, - \ ] - -" Airline -let g:airline#extensions#tabline#enabled = 1 -let g:airline#extensions#tabline#fnamemod = ':t' -let g:airline_detect_modified = 1 -let g:airline_detect_paste = 1 -let g:airline_detect_crypt = 1 -let g:airline_theme = 'base16_default' -let g:airline_powerline_fonts = 1 -let g:airline_symbols_ascii = 1 -let g:airline#parts#ffenc#skip_expected_string = 'utf-8[unix]' - " Rainbow let g:rainbow_active = 1 |