From a57ab189d19e367002ba4f1dc69e97361ab34165 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 6 Jul 2021 13:07:02 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 58 +-------------------------------------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/Home.md b/Home.md index 20d16cb..d62b329 100644 --- a/Home.md +++ b/Home.md @@ -8,12 +8,7 @@ - [Removing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Removing-Plugins) - [Using Packer](https://github.com/ChristianChiarulli/LunarVim/wiki/Using-Packer) - [Clipboard Support](https://github.com/ChristianChiarulli/LunarVim/wiki/Clipboard-Support) -- [LSP](#lsp) - * [Lsp errors](#lsp-errors) - + [Understanding LspInfo](#understanding-lspinfo) - + [Example configurations](#example-configurations) - * [Last resort](#last-resort) -- [Useful Programs](#useful-programs) +- [Enabling a language server](https://github.com/ChristianChiarulli/LunarVim/wiki/Enabling-a-language-server) - [EFM server](#efm-server) - [Formatters and Linters](#formatters-and-linters) - [De-bugging](#de-bugging) @@ -27,57 +22,6 @@ - [Community links](#community-links) - [TODO](#todo) - - - -# Useful Programs - -LunarVim depends on the following: - -``` bash -ranger -ueberzug -ripgrep -pynvim -neovim-remote -``` - -# EFM server - -In order for linters and formatters to work you will need to install -`efm-langserver` - -``` vim -:LspInstall efm -``` - -# Formatters and Linters - -**Python** - -``` bash -pip3 install --user flake8 -pip3 install --user yapf -``` - -**Lua** - -``` bash -luarocks install --server=https://luarocks.org/dev luaformatter -``` - -**Yaml, Json, Javascript, HTML, CSS** - -``` bash -npm install -g prettier -``` - -**Markdown** - -``` bash -pandoc -``` - # De-bugging To set up your particular debugger, look here: