vimrc: add goyo; sbclirc: set pygmentize

This commit is contained in:
2019-09-09 20:17:53 +02:00
parent 220cf2d5d1
commit 1f260723dd
2 changed files with 2 additions and 0 deletions

View File

@@ -31,3 +31,4 @@
(setf *prompt* (colorize :bold (colorize :blue "λ "))) (setf *prompt* (colorize :bold (colorize :blue "λ ")))
(setf *prompt2* (colorize :bold (colorize :blue "λ₂ "))) (setf *prompt2* (colorize :bold (colorize :blue "λ₂ ")))
(setf *ret* (colorize :bold (colorize :red "⇒ "))) (setf *ret* (colorize :bold (colorize :red "⇒ ")))
(setf *pygmentize* "/usr/local/bin/pygmentize")

1
vimrc
View File

@@ -42,6 +42,7 @@ Bundle 'scrooloose/syntastic'
" Other programming languages " Other programming languages
"Bundle 'zepto-lang/zepto-vim' "Bundle 'zepto-lang/zepto-vim'
Bundle 'hellerve/carp-vim' Bundle 'hellerve/carp-vim'
Bundle 'junegunn/goyo.vim'
"Bundle 'tikhomirov/vim-glsl' "Bundle 'tikhomirov/vim-glsl'
"Plugin 'rust-lang/rust.vim' "Plugin 'rust-lang/rust.vim'
"Plugin 'isRuslan/vim-es6' "Plugin 'isRuslan/vim-es6'