this repo has no description
0
fork

Configure Feed

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

[nvim] TODO for statusline in Terminal-modes

+5 -1
+5 -1
nvim/lua/plugins/lualine.lua
··· 3 3 return 4 4 end 5 5 6 + -- TODO: Terminal mode specific statusline 7 + -- Customizable, well-documented alternative 8 + -- : rebelot/heirline.nvim 9 + 6 10 lualine.setup { 7 11 options = { 8 - disabled_filetypes = { "alpha", "dashboard", "toggleterm" }, 12 + disabled_filetypes = { "alpha", "dashboard" }, 9 13 globalstatus = true, 10 14 }, 11 15 sections = {