Provide lualine configuration example #69
Unanswered
prescientmoon
asked this question in
Q&A
Replies: 3 comments
-
|
Just install lualine.nvim and set -- example: using lazy.nvim
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {},
init = function()
vim.opt.showmode = false
end,
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the swift response! What does |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This method is for user using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hii!
The readme mentions using lualine to display the hint. Is there any example of how to do that?
Thanks in advance! ^-^
Beta Was this translation helpful? Give feedback.
All reactions