theme wip pt2 + no ignore git

This commit is contained in:
Gabe Farrell 2024-04-12 15:43:57 -04:00
parent 13707ed6f9
commit 0d0df12d82
2 changed files with 5 additions and 8 deletions

View file

@ -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"] = { "<cmd> Telescope <CR>", "definitions" },
-- ["gr"] = { "<cmd> Telescope <CR>", "references" },
-- },
-- }
return M

View file

@ -1,6 +1,7 @@
return {
"nvim-tree/nvim-tree.lua",
opts = {
git = { ignore = false },
renderer = {
icons = {
glyphs = {