summaryrefslogtreecommitdiff
path: root/.config/nvim/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/README.md')
-rw-r--r--.config/nvim/README.md43
1 files changed, 0 insertions, 43 deletions
diff --git a/.config/nvim/README.md b/.config/nvim/README.md
index 3212743..db2a4ed 100644
--- a/.config/nvim/README.md
+++ b/.config/nvim/README.md
@@ -5,49 +5,9 @@ Most of my config is stolen from https://github.com/ChristianChiarulli/LunarVim
## Requirements
Must have neovim >= 0.5
-## Installation
-
-### Lazy git
-macOS:
-```
-brew install lazygit
-```
-
-Arch:
-```
-https://aur.archlinux.org/packages/lazygit/
-```
-
-### Ranger
-```
-pip3 install ranger-fm pynvim
-```
-
-### fzf
-
-macOS:
-
-`brew install fzf`
-
-`sudo apt install fzf`
-
-`sudo pacman -S fzf`
-
-### Treesitter
-
-`:TSInstall {language}`
-
-### LSP
-
-```
- :LspInstall <your_language_server>
-```
-
### Programs
```
-ranger
-ueberzug
ripgrep
pynvim
neovim-remote
@@ -70,6 +30,3 @@ flake8
*Lua*
`luarocks install --server=https://luarocks.org/dev luaformatter`
-
-*Yaml, json, js, html, css*
-`npm install -g prettier`