nvim/after/plugin/lualine.lua
Simon Lasbrugnas 09ce90a229
feat: add colorscheme switcher and format keybinding
Introduced a new keybinding for switching colorschemes and changed the format
 keybinding to '<leader>ff'.
2023-11-15 08:10:15 +01:00

6 lines
125 B
Lua

-- require('lualine').setup{
-- options = {
-- theme = 'base16',
-- icons_enabled = true,
-- },
-- }