Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Oct 29, 2024
1 parent ba40afc commit 8b670b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/nvchad/nvdash/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ local M = {}
local api = vim.api
local fn = vim.fn
local strw = api.nvim_strwidth
api.nvim_set_hl(0, "NvdashAscii", { link = "FloatBorder" })
api.nvim_set_hl(0, "NvdashButtons", { link = "Comment" })
api.nvim_set_hl(0, "NvdashFooter", { link = "Removed" })

local opts = require("nvconfig").nvdash

local map = function(keys, action, buf)
Expand Down

0 comments on commit 8b670b9

Please sign in to comment.