Compare commits

..

No commits in common. "172d21dfea8b5f902600c743012fb2d159a2d731" and "2d7b2301681151f9469b25af6af95cdb967af881" have entirely different histories.

3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -8,4 +8,3 @@ after
**/.DS_Store
lua/custom/secret
lua/custom/configs/secret
lua/settings/theme.lua

View file

@ -126,7 +126,7 @@ opt.showcmd = false -- show command in status line
opt.cmdheight = 0
opt.cmdwinheight = 5 -- Command-line lines
opt.equalalways = true -- Resize windows on split or close
opt.colorcolumn = '80' -- Column highlight at textwidth's max character-limit
opt.colorcolumn = '+0' -- Column highlight at textwidth's max character-limit
opt.cursorline = true
opt.cursorlineopt = { 'number', 'screenline' }

5
lua/settings/theme.lua Normal file
View file

@ -0,0 +1,5 @@
-- Themery block
-- This block will be replaced by Themery.
vim.cmd("colorscheme kanagawa-wave")
vim.g.theme_id = 8
-- end themery block