Skip to content

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

@f-person f-person merged commit 02ef955 into master Jan 25, 2025
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.

3 participants