aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-03-20 17:11:49 +0100
committerpml68 <tutorialmester@gmail.com>2024-03-20 17:11:49 +0100
commitf2973977f6205e73ce34d2f0a38dbdb6a7e867ec (patch)
tree32ee19c2ee59ae147ec05d9370da5c2f0327420c /README.md
parentfeat: add crates.nvim and cmp-path plugins (diff)
downloadnvim-f2973977f6205e73ce34d2f0a38dbdb6a7e867ec.tar.gz
feat: add readme and some stuff I don't wanna type out
Diffstat (limited to '')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f636607
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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 folder (you don't need to put anything in it)
+
+```sh
+mkdir -p ~/.config/silicon/syntaxes/
+silicon --build-cache
+```