🖍️ Plugin and Theme Formatting
- Formatting cleanup
This commit is contained in:
+3
-12
@@ -2,12 +2,7 @@
|
||||
-- ---------------------------------- Style ------------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
-- Set the palette
|
||||
if os.getenv("CATPPUCCIN_PALETTE") then
|
||||
TMEMEPALETTE =
|
||||
require("catppuccin.palettes").get_palette(os.getenv("CATPPUCCIN_PALETTE"))
|
||||
end
|
||||
|
||||
-- Get the kitty theme
|
||||
if os.getenv("KITTY_THEME") then
|
||||
KITTY_THEME = os.getenv("KITTY_THEME")
|
||||
end
|
||||
@@ -16,9 +11,5 @@ end
|
||||
vim.cmd.colorscheme(KITTY_THEME or "catppuccin-frappe")
|
||||
|
||||
-- Set GUI font
|
||||
--vim.opt.guifont = "MonaspiceKr Nerd Font Mono:#e-subpixelantialias:h13"
|
||||
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h13"
|
||||
vim.g.have_nerd_font = true
|
||||
|
||||
-- Set transparency
|
||||
vim.cmd(":TransparentDisable")
|
||||
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12"
|
||||
vim.g.have_nerd_font = true
|
||||
Reference in New Issue
Block a user