Updated Home (markdown)

rebuilt 2021-07-06 13:26:35 +02:00
parent e7aaa41eb5
commit af1f117028

36
Home.md

@ -12,47 +12,13 @@
- [Formatters and Linters](https://github.com/ChristianChiarulli/LunarVim/wiki/Formatters-and-Linters)
- [De-bugging](#de-bugging)
- [VSCodium](https://github.com/ChristianChiarulli/LunarVim/wiki/Setting-up-VSCodium)
- [Color Schemes](#color-schemes)
* [Available colorschemes](#available-colorschemes)
* [Switching colors](#switching-colors)
- [Colorschemes](https://github.com/ChristianChiarulli/LunarVim/wiki/Colorschemes)
- [Useful commands for
troubleshooting](#useful-commands-for-troubleshooting)
- [Uninstalling](#uninstalling)
- [Community links](#community-links)
- [TODO](#todo)
# Useful commands for troubleshooting
Whether you plan on using LunarVim as is or as a base to configure your
own neovim, the following commands may be useful. Any command that
includes the symbol : is meant to be typed as a command in neovim.
Make sure youre in normal mode not insert mode.
| Command | Description |
|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| :checkhealth | Check the health of your neovim install |
| :checkhealth <pluginname> | Check the health of a plugin |
| nvim -v | checks your neovim version |
| nvim -V | vebose output when running neovim. Prints out every event |
| :PackerCompile | Must be run when you make plugin changes. (or, alternately run :PackerSync) |
| :PackerInstall | Only install missing plugins |
| :PackerUpdate | Update and install plugins |
| :PackerClean | Remove any disabled or unused plugins |
| :PackerSync | Performs PackerClean then PackerUpdate |
| :PackerStatus | List the status of your plugins |
| :LspInstall <language> | Install a language server for a specific programming language |
| :LspInfo | List the status of active and configured language servers |
| :LspStart <language> | Start the requested server name. Will only succesfully start if the command detects a root directory matching the current config. Pass autostart = false to your .setup{} call for a language server if you would like to launch clients solely with this command. Defaults to all servers matching current buffer filetype. |
| :LspStop | Stops all buffer clients |
| :LspRestart | Restarts all buffer clients |
| :map | List keybindings |
| :nmap | List normal mode keybindings |
| :vmap | List visual mode keybindings |
| :imap | List insert mode keybindings |
| :verbose imap <keybinding> | Print out what a particular keybinding is mapped to |
| :messages | Print error messages. Useful when messages get cut off |
| :scriptnames | List all sourced files |
# Uninstalling
Changed your mind about LunarVim? To remove it entirely: