summaryrefslogtreecommitdiff
path: root/.config/nvim
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-07 14:43:37 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-07 14:43:37 +0200
commit10a7dfd884e12cb5e8f8b76f7b6de8d7926a175d (patch)
treed58b274e55cb7abf93facd171a0816f2b84998c8 /.config/nvim
parent18f56a41f46c440be4de9fbd1465e026b81dbb0e (diff)
Removed stale content from README
Diffstat (limited to '.config/nvim')
-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`