Fedreg / .vimrc

neovim init.vim file for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

About

neovim init.vim file for Clojure


Languages

Language:Vim Script 100.0%