# nvim-conf **Repository Path**: dbv771/nvim-conf ## Basic Information - **Project Name**: nvim-conf - **Description**: Maddison's neovim configuration! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-24 - **Last Updated**: 2021-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Maddison's neovim configuration ------------------------------- This is my neovim configuration, cobbled together over the course of several years. There's a few things in here that are very specific to my setup/workflow, but most of it should be platform/setup agnostic. Enjoy! ### Setup You probably don't want to use my configuration as-is, but if you *really* want to: Assuming the directory doesn't yet exist, clone this repo to `$HOME/.config/nvim`: ``` $ git clone github.com/b0o/dotfiles-nvim ~/.config/nvim ``` Then open vim and run `:PluginInstall`. To update plugins, use `:PluginUpdate`.