Smyck.
This commit is contained in:
parent
9c19dd142f
commit
f9e31473cd
2 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
function! ColorSet(colorName)
|
||||
if a:colorName == "default"
|
||||
colorscheme molokai
|
||||
set background=light
|
||||
set background=dark
|
||||
let g:molokai_original=1
|
||||
let g:airline_theme = 'molokai'
|
||||
elseif a:colorName == "outside"
|
||||
|
@ -13,6 +13,10 @@ function! ColorSet(colorName)
|
|||
colorscheme solarized
|
||||
set background=dark
|
||||
let g:airline_theme = 'molokai'
|
||||
elseif a:colorName == "smyck"
|
||||
colorscheme smyck
|
||||
set background=dark
|
||||
let g:airline_theme = 'molokai'
|
||||
else
|
||||
echo "you fucked up"
|
||||
endif
|
||||
|
|
|
@ -63,11 +63,11 @@ function! WordProcessor()
|
|||
"setl textwidth=80
|
||||
"setl foldcolumn=10
|
||||
"setl columns=100
|
||||
:Goyo
|
||||
" :Goyo
|
||||
endfunction
|
||||
|
||||
" md is markdown
|
||||
autocmd FileType markdown,mkd call WordProcessor()
|
||||
"autocmd FileType markdown,mkd call WordProcessor()
|
||||
"autocmd BufRead,BufNewFile *.md set filetype=markdown
|
||||
"
|
||||
"let g:pencil#wrapModeDefault = 'soft' " or 'hard'
|
||||
|
|
Loading…
Reference in a new issue