Bohdan's terminal configuration

nvim: changed comment color to white and made them cursive

bpavuk.neocities.org 94f5053e 536752be

verified
Changed files
+6 -4
nvim
.config
nvim
lua
+4 -4
nvim/.config/nvim/lua/chadrc.lua
··· 9 9 theme = "everblush", 10 10 transparency = true, 11 11 12 - -- hl_override = { 13 - -- Comment = { italic = true }, 14 - -- ["@comment"] = { italic = true }, 15 - -- }, 12 + hl_override = { 13 + Comment = { italic = true, fg = "white" }, 14 + ["@comment"] = { italic = true, fg = "white" }, 15 + }, 16 16 17 17 hl_add = { 18 18 St_JJ_Text = {
+2
nvim/.config/nvim/lua/plugins/init.lua
··· 40 40 41 41 { 42 42 "nvim-treesitter/nvim-treesitter", 43 + lazy = false, 44 + build = ":TSUpdate", 43 45 opts = { 44 46 ensure_installed = { 45 47 -- Neovim