Add clojure config

pull/1/head
Ensar Sarajčić 2021-02-12 18:11:37 +01:00
parent 5b3fc5ae03
commit 9e2d8f05c6
3 changed files with 9 additions and 0 deletions

View File

@ -5,3 +5,5 @@ nodejs 15.5.0
rust 1.49.0 rust 1.49.0
flutter 1.22.6-stable flutter 1.22.6-stable
dart 2.12.0-259.0.dev dart 2.12.0-259.0.dev
clojure 1.10.2.774
leiningen 2.9.5

View File

@ -0,0 +1,5 @@
" -----------------------------------------------------------------------------
" - Fireplace.vim config -
" -----------------------------------------------------------------------------
nmap gd <Plug>FireplaceTag

View File

@ -88,6 +88,8 @@ endif
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
Plug 'c-brenn/phoenix.vim' Plug 'c-brenn/phoenix.vim'
Plug 'tpope/vim-rails' Plug 'tpope/vim-rails'
Plug 'tpope/vim-salve'
Plug 'tpope/vim-fireplace'
Plug 'vimwiki/vimwiki' Plug 'vimwiki/vimwiki'
Plug 'ledger/vim-ledger' Plug 'ledger/vim-ledger'