26 lines
489 B
Markdown
26 lines
489 B
Markdown
# 2pac's `nvim` config
|
|
|
|
This config is a fork of the `kickstart.nvim` project, and you can refer
|
|
to the forked documentation in the [`KICKSTART-README.md`](./KICKSTART-README.md) file.
|
|
|
|
## Install
|
|
|
|
Clone this repo in your OS default Neovim config location, and then run
|
|
|
|
```shell
|
|
nvim
|
|
```
|
|
|
|
that's it.
|
|
|
|
### Dependencies
|
|
|
|
If you are on MacOS you might need to install icons
|
|
|
|
```shell
|
|
brew tap homebrew/cask-fonts
|
|
brew install --cask font-hack-nerd-font
|
|
```
|
|
|
|
and then use the Hack Nerd font.
|