https://github.com/aaronedev/lunarvim
https://github.com/aaronedev/lunarvim
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronedev/lunarvim
- Owner: aaronedev
- Created: 2024-09-15T12:29:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T12:29:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T20:00:03.300Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
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)