aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /.vimrc
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc46
1 files changed, 0 insertions, 46 deletions
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index 1617565..0000000
--- a/.vimrc
+++ /dev/null
@@ -1,46 +0,0 @@
-"█▓▒░ autoload
-execute pathogen#infect()
-
-let g:airline#extensions#tabline#enabled = 1
-let g:airline_powerline_fonts = 0
-let g:airline_theme = 'tomorrow'
-let g:airline_enable_branch = 1
-let g:airline_enable_syntastic = 1
-
-if !exists('g:airline_symbols')
- let g:airline_symbols = {}
-endif
-let g:airline_left_sep = '▒'
-let g:airline_left_alt_sep = '▒'
-let g:airline_right_sep = '▒'
-let g:airline_right_alt_sep = '▒'
-let g:airline_symbols.branch = '⎇'
-let g:airline_symbols.linenr = '░'
-let g:airline_symbols.linenr = '░'
-let g:airline_symbols.linenr = '░'
-let g:airline_symbols.branch = '⎇'
-let g:airline_symbols.paste = 'ρ'
-let g:airline_symbols.paste = 'Þ'
-let g:airline_symbols.paste = '∥'
-let g:airline_symbols.whitespace = '░'
-let g:airline_symbols.readonly = 'x'
-
-let g:startify_custom_header = [
- \ '',
- \ ' ██ ██ ████ ██ ',
- \ ' ░██ ░██ ░██░ ░░ ',
- \ ' █████ ░██ ██ ██ ██████ ██████ ██████ ██ ██ ██ ██████████ ',
- \ ' ██░░░██ ░██░██ ░██░░░██░ ██░░░░██░░░██░ ░██ ░██░██░░██░░██░░██',
- \ '░██ ░░ ░██░██ ░██ ░██ ░██ ░██ ░██ ░░██ ░██ ░██ ░██ ░██ ░██',
- \ '░██ ██ ░██░██ ░██ ░██ ░██ ░██ ░██ ░░████ ░██ ░██ ░██ ░██',
- \ '░░█████ ███░░██████ ░░██ ░░██████ ░██ ░░██ ░██ ███ ░██ ░██',
- \ ' ░░░░░ ░░░ ░░░░░░ ░░ ░░░░░░ ░░ ░░ ░░ ░░░ ░░ ░░ ',
- \ '',
- \ ]
-
-set laststatus=2
-set lazyredraw
-
-syntax on
-colorscheme monokai
-filetype plugin indent on