Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 778 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 778 Bytes

drMoscoVIM

A Neovim config that's totally not copied

How to install?

You can use GNU stow to stow the config file to do that

For Arch:

sudo pacman -S stow

For Debian:

sudo apt install stow
git clone https://github.com/Super-Yojan/drMoscoVIM ~/.drMoscoVIM
cd ~/.drMoscoVIM
stow nvim

Without stow

ln -s ~/.drMoscoVIM/nvim/.config/nvim ~/.config/nvim

Screenshots

:LLPStartPreview

Opens latex in zathura.

Issues

If packer isn't automatically installed install it with following command.

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim