Compare commits

...

3 commits

3 changed files with 2 additions and 6 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ after
**/.DS_Store **/.DS_Store
lua/custom/secret lua/custom/secret
lua/custom/configs/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.cmdheight = 0
opt.cmdwinheight = 5 -- Command-line lines opt.cmdwinheight = 5 -- Command-line lines
opt.equalalways = true -- Resize windows on split or close opt.equalalways = true -- Resize windows on split or close
opt.colorcolumn = '+0' -- Column highlight at textwidth's max character-limit opt.colorcolumn = '80' -- Column highlight at textwidth's max character-limit
opt.cursorline = true opt.cursorline = true
opt.cursorlineopt = { 'number', 'screenline' } opt.cursorlineopt = { 'number', 'screenline' }

View file

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