Skip to content

darksinge/lunarfig.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Lunarfig.nvim

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.

Why Lunarfig?

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".

Development

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.

Usage

Create a config.json file inside your ~/.config/lvim folder.

{
  "fontFamily": "Hack Nerd Font",
  "fontSize": 15,
  "colorscheme": "gruvbox",
  ...
}

About

For lazy people who would like to configure Lunarvim with a JSON config file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages