๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add mode icon

+6 -1
+6 -1
.config/nvim/lua/plugins/lualine.lua
··· 80 80 }, 81 81 } 82 82 83 + local mode = { 84 + "mode", 85 + icon = "๏ฏ", 86 + } 87 + 83 88 return { 84 89 "nvim-lualine/lualine.nvim", 85 90 opts = { ··· 91 96 }, 92 97 93 98 sections = { 94 - lualine_a = { "mode" }, 99 + lualine_a = { mode }, 95 100 lualine_b = { branch, diff }, 96 101 lualine_c = { diagnostics }, 97 102 lualine_x = {},