From 79849274c9ee3769f3ba3e01de8bbdad005471a6 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Apr 2024 23:03:48 +0200 Subject: feat, docs: remove nvim-silicon plugin (I don't use it) --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3