blob: e3ce981ffe5e551bfdcf0bbc2703221683648be5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# nvim-setup
My custom Neovim setup
# Installation
After copying the repo contents to your Neovim config directory, install Silicon and add the Palenight theme
```sh
mkdir -p ~/.config/silicon/themes/
cp Palenight.tmTheme ~/.config/silicon/themes/
cd ~/.config/silicon/
silicon --build-cache
```
If you get an error related to syntaxes, create the missing directory (you don't need to put anything in it)
```sh
mkdir -p ~/.config/silicon/syntaxes/
silicon --build-cache
```
|