Skip to content

Commit

Permalink
[vim] stop setting unnesessary highlighting groups
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed May 24, 2024
1 parent 1b8271a commit db798c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,6 @@ if not vim.g.vscode then

vim.cmd.color('lake')
vim.opt.termguicolors = vim.env.__CFBundleIdentifier ~= 'com.apple.Terminal'

-- iterate from 0 to 255
for i = 0, 255 do
vim.cmd('hi! CtermColor' .. i .. ' ctermfg=' .. i .. ' ctermbg=' .. i)
end
end

-- no numbers by default
Expand Down

0 comments on commit db798c6

Please sign in to comment.