diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-25 23:27:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-25 23:27:45 +0200 |
commit | f93bad12f1b4feeeee007ceab4a350eb1aa26c1e (patch) | |
tree | 15b9edf259fc93da70a599dec47de3cfea551a95 /.config/nvim/README.md | |
parent | f52dce93777c41671217ced2894c28d6da9114a0 (diff) |
Updates from lvim, remove legacy
Diffstat (limited to '.config/nvim/README.md')
-rw-r--r-- | .config/nvim/README.md | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/.config/nvim/README.md b/.config/nvim/README.md index 91bb34c..3269ca0 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -2,36 +2,5 @@ Most of my config is stolen from https://github.com/ChristianChiarulli/LunarVim -## Requirements -Must have neovim >= 0.5 - -### Programs - -``` -ripgrep -pynvim -neovim-remote -``` - -### EFM server -Need to install `efm-langserver` for linters and formatters to work. - -``` -:LspInstall efm - -``` - -### Formatters and Linters -*Python* -``` -black -flake8 -``` - -*Lua* -`luarocks install --server=https://luarocks.org/dev luaformatter` - - - -TODO: -- Fix null-ls an all that jazz +TODO + - [ ] compe to cmp |