Skip to content

Change lsp progress position #443

Answered by yutkat
MrRoiz asked this question in Q&A
Apr 26, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Normally, it should not overlap, but it is possible to adjust the position with this.

require("noice").setup({
	views = {
		mini = {
			position = {
				row = -2,
				col = "100%",
			},
		},
	},
})

If there is interference with something, you may want to try this as well.
https://github.com/j-hui/fidget.nvim

Replies: 1 comment 2 replies

Comment options

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

@yutkat
Comment options

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