mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-08 15:08:17 -07:00
theme wip pt2 + no ignore git
This commit is contained in:
parent
13707ed6f9
commit
0d0df12d82
2 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
opts = {
|
||||
git = { ignore = false },
|
||||
renderer = {
|
||||
icons = {
|
||||
glyphs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue