Lunarfig is a plugin for Lunarvim, which aims to
provide an easy-to-use configuration experience similar to settings.json
in
VSCode.
Warning: This plugin is in VERY early stages of development. As in the pre-alpha stage. So, you probably don't want to use it yet.
This plugin aims to provide a similar experience to VSCode's settings.json
while aiding the journey towards full Neovim adoption.
I wrote a blog post on the motivations behind creating this plugin.
It was as though VSCode was giving me an ultimatum: "It's me... or Vim".
I built this plugin for myself, but would be ecstatic to find others are interested in it. At this point, these notes are mainly for myself as I'm nowhere near ready to take contributions.
Create a config.json
file inside your ~/.config/lvim
folder.
{
"fontFamily": "Hack Nerd Font",
"fontSize": 15,
"colorscheme": "gruvbox",
...
}