Skip to content

colorscheme not applied on neovim 0.10 #1300

Closed Answered by zer09
zer09 asked this question in Q&A
Discussion options

You must be logged in to vote

I write my config from this

return {
	"NeogitOrg/neogit",
	lazy = true,
	dependencies = {
		"nvim-lua/plenary.nvim", -- required
		"nvim-telescope/telescope.nvim", -- optional
		"sindrets/diffview.nvim", -- optional
		"ibhagwan/fzf-lua", -- optional
	},
	opts = {
		auto_refresh = false,
		console_timeout = 10000,
		disable_context_highlighting = true,
		disable_commit_confirmation = false,
		disable_builtin_notifications = true,
		disable_insert_on_commit = false,
		signs = {
			-- { CLOSED, OPENED }
			section = { "", "" },
			item = { "", "" },
			hunk = { "", "" },
		},
		commit_editor = {
			kind = "vsplit",
			show_staged_diff = false,
		},
	},
	init = function()
		require("helper").n…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@zer09
Comment options

@CKolkey
Comment options

@zer09
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by zer09
Comment options

You must be logged in to vote
2 replies
@whompyjaw
Comment options

@zer09
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants