https://github.com/lazywalker/minivim
https://github.com/lazywalker/minivim
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lazywalker/minivim
- Owner: lazywalker
- Created: 2023-05-13T17:10:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T06:24:44.000Z (almost 2 years ago)
- Last Synced: 2024-07-19T16:10:14.120Z (almost 2 years ago)
- Language: Lua
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```