diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-16 23:03:48 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-16 23:03:48 +0200 |
| commit | 79849274c9ee3769f3ba3e01de8bbdad005471a6 (patch) | |
| tree | 8db1e1e62a3b5eaf0eb4095a1d19c36360faa71a /README.md | |
| parent | feat: add auto-indent remap, treesitter as code fold source (diff) | |
| download | nvim-79849274c9ee3769f3ba3e01de8bbdad005471a6.tar.gz | |
feat, docs: remove nvim-silicon plugin (I don't use it)
Diffstat (limited to '')
| -rw-r--r-- | README.md | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -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 |
