Add clojure config
parent
5b3fc5ae03
commit
9e2d8f05c6
|
@ -5,3 +5,5 @@ nodejs 15.5.0
|
|||
rust 1.49.0
|
||||
flutter 1.22.6-stable
|
||||
dart 2.12.0-259.0.dev
|
||||
clojure 1.10.2.774
|
||||
leiningen 2.9.5
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
" -----------------------------------------------------------------------------
|
||||
" - Fireplace.vim config -
|
||||
" -----------------------------------------------------------------------------
|
||||
|
||||
nmap gd <Plug>FireplaceTag
|
|
@ -88,6 +88,8 @@ endif
|
|||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'c-brenn/phoenix.vim'
|
||||
Plug 'tpope/vim-rails'
|
||||
Plug 'tpope/vim-salve'
|
||||
Plug 'tpope/vim-fireplace'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
Plug 'ledger/vim-ledger'
|
||||
|
||||
|
|
Loading…
Reference in New Issue