An open API service indexing awesome lists of open source software.

https://github.com/lazywalker/minivim


https://github.com/lazywalker/minivim

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# minivim

## Install the config

Make sure to remove or backup your current `nvim` directory

```sh
git clone https://github.com/lazywalker/minivim.git ~/.config/nvim
```

Run `nvim` and wait for the plugins to be installed

**NOTE** (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim)

**NOTE** Checkout this file for some predefined keymaps: [keymaps](https://github.com/LunarVim/nvim-basic-ide/tree/master/lua/keymaps.lua)

## Get healthy

Open `nvim` and enter the following:

```
:checkhealth
```

## Install the nerd font
```
brew install font-caskaydia-cove-nerd-font
```