This is a fork of Takuya's dotfiles with my own twist of Clojure support.
Note: No modifications were done on Takuya's plugins/configurations, just additions to add support for other languages.
- nerdtree - A tree explorer plugin for vim.
- vim-devicons - File icons for NERDTree and other plugins.
- tcomment_vim - An extensible & universal comment vim-plugin.
- ale - Asynchronous syntax checker with Language Server Protocol (LSP) support.
- vim-fireplace - Clojure REPL support for vim.
- vim-clojure-static - Meikel Brandmeyer's excellent Clojure runtime files.
- vim-clojure-highlight - Custom syntax highlighting that works for referred and aliased vars in Clojure buffers.
- deoplete.nvim - Asynchronous auto completion framework for neovim and vim 8+.
- async-clj-omni - Asynchronous Clojure completion that works with deoplete and other completion engines.
- clj-kondo - A linter for Clojure code that sparks joy.