* 'master' of https://github.com/hellerve/.dotfiles:
  fixed zeptorc file and added elixir highlighting
This commit is contained in:
hellerve
2017-01-09 17:22:25 +01:00
2 changed files with 2 additions and 1 deletions

1
vimrc
View File

@@ -90,6 +90,7 @@ Bundle 'digitaltoad/vim-jade'
Bundle 'zepto-lang/zepto-vim' Bundle 'zepto-lang/zepto-vim'
Bundle 'hellerve/luna-vim' Bundle 'hellerve/luna-vim'
Plugin 'rust-lang/rust.vim' Plugin 'rust-lang/rust.vim'
Plugin 'elixir-lang/vim-elixir'
" Custom bundles " Custom bundles
if filereadable(expand("~/.vim.local/bundles.vim")) if filereadable(expand("~/.vim.local/bundles.vim"))

View File

@@ -1,4 +1,4 @@
(zepto:add-to-path (++ (get-home-dir) "/.zeps/")) (zepto:add-to-path (++ (os:get-home-dir) "/.zeps/"))
(define (*prompt*) (define (*prompt*)
"my personal prompt customization "my personal prompt customization