aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-16 23:03:48 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-16 23:03:48 +0200
commit79849274c9ee3769f3ba3e01de8bbdad005471a6 (patch)
tree8db1e1e62a3b5eaf0eb4095a1d19c36360faa71a /README.md
parentfeat: add auto-indent remap, treesitter as code fold source (diff)
downloadnvim-79849274c9ee3769f3ba3e01de8bbdad005471a6.tar.gz
feat, docs: remove nvim-silicon plugin (I don't use it)
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index e3ce981..89b51b8 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,10 @@ My custom Neovim setup
# Installation
-After copying the repo contents to your Neovim config directory, install Silicon and add the Palenight theme
+Download in your config directory
```sh
-mkdir -p ~/.config/silicon/themes/
-cp Palenight.tmTheme ~/.config/silicon/themes/
-cd ~/.config/silicon/
-silicon --build-cache
+git clone https://github.com/pml68/nvim-setup ~/.config/nvim
```
-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
-```
+After starting Neovim, and letting Lazy and nvim-treesitter install everything, run the `:MasonInstallAll` command to install the required LSPs and formatters