Skip to content

Commit

Permalink
chore: Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Jan 27, 2023
1 parent 7d0b3c0 commit 5cfbc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/modules/ui/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function config.catppuccin()
-- ["@constant.macro"] = { fg = cp.mauve },

-- ["@label"] = { fg = cp.blue },
["@method"] = { style = { "italic" } },
["@method"] = { fg = cp.blue, style = { "italic" } },
["@namespace"] = { fg = cp.rosewater, style = {} },

["@punctuation.delimiter"] = { fg = cp.teal },
Expand Down Expand Up @@ -625,7 +625,7 @@ function config.nvim_tree()
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = true,
ignore_buffer_on_setup = false,
open_on_setup = true,
open_on_setup = false,
open_on_setup_file = false,
open_on_tab = false,
sort_by = "name",
Expand Down

0 comments on commit 5cfbc25

Please sign in to comment.