git clone git@github.com:safv12/nvim-conf.git ~/.config/nvim
Plugins Manager: Packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
:PackerSync
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
https://github.com/universal-ctags/homebrew-universal-ctags- Clojure LSP
:checkhealth
:PackerStatus
In order to support reload-all
and reload-chaged
mappings of conjure it's
necessary to configure the next plugins in .lein/profiles.clj
{:plugins [[cider/cider-nrepl "0.25.3"]
[refactor-nrepl "2.5.0"]]}