Rename colors.lua to theme.lua and set colorscheme there

This commit is contained in:
2021-11-18 22:12:19 +03:00
parent 7d95762250
commit 1ccc5a1d99
3 changed files with 28 additions and 12 deletions

View File

@@ -23,18 +23,6 @@ vim.o.signcolumn = "yes"
vim.g.mapleader = " "
vim.cmd([[
let ayucolor = "mirage"
colorscheme ayu
]])
-- Remove highlighting in signcolumn
vim.cmd("highlight clear SignColumn")
vim.cmd([[
highlight DiagnosticVirtualTextError guifg=DarkRed
]])
-- Highlight on yank
vim.api.nvim_exec([[
augroup YankHighlight