feat(nvim): Use toggleterm instead of floaterm

* Light scheme to rose-pine
This commit is contained in:
js0ny 2025-03-04 23:24:16 +00:00
parent 59cd198cfc
commit 5684ceaf0c
5 changed files with 66 additions and 35 deletions

View file

@ -19,7 +19,8 @@ local config = {
-- Disable sections and component separators
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
theme = "catppuccin",
-- theme = "catppuccin",
theme = vim.g.colors_name,
-- IDE-like Global Status
globalstaus = true,
},