Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Aug 27, 2024
1 parent b0921b4 commit 8910054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ local function tweakDisplay()
vim.opt.number = true
vim.opt.relativenumber = false
vim.o.termguicolors = true
-- vim.api.nvim_command("hi LineNr guifg=grey ctermfg=grey")
-- vim.api.nvim_command("hi Pmenu guibg=black ctermbg=black guifg=white ctermfg=white") -- Make popup windows not pink (https://vi.stackexchange.com/a/12665/11897)
-- vim.cmd("highlight clear SignColumn")
end

local function tweakNetrw()
Expand Down

0 comments on commit 8910054

Please sign in to comment.