mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-15 10:15:54 -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 = {}
|
local M = {}
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "gatekeeper",
|
theme = "chadracula",
|
||||||
|
changed_themes = {
|
||||||
|
chadracula = require "themes.your-pop-star",
|
||||||
|
},
|
||||||
hl_override = {
|
hl_override = {
|
||||||
Comment = { italic = true },
|
Comment = { italic = true },
|
||||||
["@comment"] = { italic = true },
|
["@comment"] = { italic = true },
|
||||||
|
|
@ -39,11 +41,5 @@ M.ui = {
|
||||||
style = "bordered",
|
style = "bordered",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
-- M.lspoveride = {
|
|
||||||
-- n = {
|
|
||||||
-- ["gd"] = { "<cmd> Telescope <CR>", "definitions" },
|
|
||||||
-- ["gr"] = { "<cmd> Telescope <CR>", "references" },
|
|
||||||
-- },
|
|
||||||
-- }
|
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"nvim-tree/nvim-tree.lua",
|
"nvim-tree/nvim-tree.lua",
|
||||||
opts = {
|
opts = {
|
||||||
|
git = { ignore = false },
|
||||||
renderer = {
|
renderer = {
|
||||||
icons = {
|
icons = {
|
||||||
glyphs = {
|
glyphs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue