An open API service indexing awesome lists of open source software.

https://github.com/aaronedev/lunarvim


https://github.com/aaronedev/lunarvim

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# starter.lvim

A great starting point for your LunarVim journey !

starter.lvim is a collection of language specific configurations for **LunarVim**
with each language having a `config.lua` in their own respective git branch. For
a more detailed configuration including [autocommands](https://www.lunarvim.org/docs/configuration/autocommands),
additional [plugins](https://www.lunarvim.org/docs/plugins) and [keybinds](https://www.lunarvim.org/docs/configuration/keybindings)
have a look at the [example config](https://github.com/LunarVim/LunarVim/blob/master/utils/installer/config.example.lua)
provided by **LunarVim**.

## Available configurations

- [C/C++](https://github.com/LunarVim/starter.lvim/tree/c-ide)
- [Elixir](https://github.com/LunarVim/starter.lvim/tree/elixir-ide)
- [go](https://github.com/LunarVim/starter.lvim/tree/go-ide)
- [java](https://github.com/LunarVim/starter.lvim/tree/java-ide)
- [Latex](https://github.com/LunarVim/starter.lvim/tree/latex-ide)
- [PHP](https://github.com/LunarVim/starter.lvim/tree/php-ide)
- [rust](https://github.com/LunarVim/starter.lvim/tree/rust-ide)
- [python](https://github.com/LunarVim/starter.lvim/tree/python-ide)
- [scala](https://github.com/LunarVim/starter.lvim/tree/scala-ide)