Neovim: add macro notification to statusline

main
Marko Korhonen 3 months ago
parent 6c9755e919
commit 12a2e960af
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -1,3 +1,4 @@
local noice_statusline = require("noice").api.statusline.mode
-- Statusline
--- @type LazyPluginSpec
return {
@ -5,6 +6,13 @@ return {
dependencies = { "kyazdani42/nvim-web-devicons" },
opts = {
sections = {
lualine_x = {
{
noice_statusline.get,
cond = noice_statusline.has,
color = { fg = "#ff9e64" },
},
},
lualine_z = {
{
"selectioncount",

Loading…
Cancel
Save