This commit is contained in:
2022-07-25 11:24:43 +03:00
commit 6d07b846d1
21 changed files with 1504 additions and 0 deletions

8
lua/user/colorscheme.lua Normal file
View File

@@ -0,0 +1,8 @@
vim.cmd [[
try
colorscheme gruvbox-material
catch /^Vim\%((\a\+)\)\=:E185/
colorscheme default
set background=dark
endtry
]]