2023-11-05 22:42:28 +01:00
|
|
|
# 2pac's `nvim` config
|
2023-02-17 16:31:57 -05:00
|
|
|
|
2023-11-05 22:42:28 +01:00
|
|
|
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.
|
2023-07-01 11:21:10 -04:00
|
|
|
|
2023-11-05 22:42:28 +01:00
|
|
|
## Install
|
2022-06-23 23:35:53 -04:00
|
|
|
|
2023-11-05 22:42:28 +01:00
|
|
|
Clone this repo in your OS default Neovim config location, and then run
|
2022-06-23 23:35:53 -04:00
|
|
|
|
2023-11-05 22:42:28 +01:00
|
|
|
```shell
|
2023-10-25 21:46:24 +02:00
|
|
|
nvim
|
|
|
|
```
|
|
|
|
|
2023-11-05 22:42:28 +01:00
|
|
|
that's it.
|
2023-11-05 23:58:11 +01:00
|
|
|
|
|
|
|
### 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.
|