miversen33 / miversen-dotfiles

10 stars 0 forks source link

Mike's Dot Files Repo

This repo contains all the dotfiles for any and all projects/themes that are involved in anyway with my workflow. No PRs will be accepted. This is my trash.

Consider everything you see here to only work on Linux unless its explicitly called out otherwise

REWRITE INCOMING! <!

TODO

Neovim Configuration

Neovim Configuration Dependencies

Neovim Configuration Installation

The Neovim configuration can be installed by either downloading the various configuration files and placing them in their appropriate places, or cloning this repo and symlinking them

Once properly symlinked, coc will need its extensions installed

$ cd $HOME/.config/coc/extensions && yarn install

Finally, open up vim and run :PlugInstall to finish the extension setup -->