this post was submitted on 06 Jun 2025
1 points (100.0% liked)

Neovim

19 readers
1 users here now

Neovim is an hyperextensible Vim-based text editor. Learn more at neovim.io.

founded 2 years ago
MODERATORS
 
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:

https://preview.redd.it/rsa2gm5bbc5f1.png?width=2164&format=png&auto=webp&s=ad461faef866e9c6dfc8819a55454bd308d1c400

And if you want to fully minimal:

require('grug-far').setup({
  helpLine = {
    enabled = false,
  },
  showCompactInputs = true,
  showInputsTopPadding = false,
  showInputsBottomPadding = false,
}

https://preview.redd.it/65pmnxuhbc5f1.png?width=1592&format=png&auto=webp&s=7d4fba0ee6f4201d0e0f1272d6c31ddce6f9f9dc

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here