diff --git a/lua/chadrc.lua b/lua/chadrc.lua index 3bf9edb..ca61487 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -5,8 +5,10 @@ local M = {} M.ui = { - theme = "gatekeeper", - + theme = "chadracula", + changed_themes = { + chadracula = require "themes.your-pop-star", + }, hl_override = { Comment = { italic = true }, ["@comment"] = { italic = true }, @@ -39,11 +41,5 @@ M.ui = { style = "bordered", }, } --- M.lspoveride = { --- n = { --- ["gd"] = { " Telescope ", "definitions" }, --- ["gr"] = { " Telescope ", "references" }, --- }, --- } return M diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua index d900436..e72c1c3 100644 --- a/lua/plugins/nvim-tree.lua +++ b/lua/plugins/nvim-tree.lua @@ -1,6 +1,7 @@ return { "nvim-tree/nvim-tree.lua", opts = { + git = { ignore = false }, renderer = { icons = { glyphs = {