New Nvim Fixes
This commit is contained in:
15
init.lua
15
init.lua
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user