/.vimrc

neovim init.vim file for Clojure

Primary LanguageVim script

.vimrc

neovim init.vim file for Clojure

For a new install,

  1. Install vim-plug:
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
  1. Store this file at .config/nvim/init.vim
  2. :w
  3. :source %
  4. :PlugInstall