Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: restructure docs & document fallback option #32

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nekowinston
Copy link
Collaborator

@nekowinston nekowinston commented Oct 9, 2024

Documents the new fallback key & cleans up the docs a bit.
I went with the emoji-style headers as popularized by folke/lazy, and pulled up the Lazy.vim example to the top.

I'm not sure we should feature examples like the

	set_dark_mode = function()
		vim.api.nvim_set_option_value('background', 'dark', {})
		vim.cmd('colorscheme gruvbox')
	end,   

in the README, when the vim.cmd shouldn't be required; maybe an example syncing lualine or similar would be more useful.

Copy link
Owner

@f-person f-person left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great updates, lgtm! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants