New Nvim Fixes

This commit is contained in:
Raelon Masters
2026-03-14 12:27:48 -04:00
parent 2ef5662c33
commit e20b570823
3 changed files with 245 additions and 6 deletions

View File

@@ -98,6 +98,21 @@ if host == "xps13" then
-- },
-- })
-- })
elseif host == "cachyos" then
cyberdream()
-- require('tokyonight').setup({
-- style = "storm", -- "storm", "moon", "day", "night"
-- transparent = false, -- Enable transparent background
-- terminal_colors = true, -- Enable terminal colors
-- styles = {
-- comments = { italic = true }, -- Italic comments
-- keywords = { italic = true }, -- Italic keywords
-- functions = { bold = true }, -- Bold functions
-- variables = {}, -- No special style for variables
-- sidebars = "dark", -- Dark sidebars
-- floats = "dark", -- Dark floating windows
-- },
-- })
elseif host == "Vector" then
cyberdream()
-- require('tokyonight').setup({