luisiacc / gruvbox-baby

Gruvbox theme for neovim with full 🎄TreeSitter support.
MIT License
390 stars 28 forks source link

fix: change lualine `terminal` mode to `insert` mode #62

Closed Mattchine closed 1 year ago

Mattchine commented 1 year ago

Lualine terminal mode fallback to normal mode as default.

This commit change default terminal mode to insert mode.

Related issue: nvim-lualine/lualine.nvim#989 nvim-lualine/lualine.nvim#912

luisiacc commented 1 year ago

thank you!