This is an automated archive made by the Lemmit Bot.
The original was posted on /r/neovim by /u/Hamandcircus on 2025-06-06 17:16:59+00:00.
Just wanted to let users of grug-far.nvim know that there are now options to display a more compact version of the UI. For example, with showCompactInputs = true:
And if you want to fully minimal:
require('grug-far').setup({
helpLine = {
enabled = false,
},
showCompactInputs = true,
showInputsTopPadding = false,
showInputsBottomPadding = false,
}
You must log in or register to comment.