Compare commits
No commits in common. "172d21dfea8b5f902600c743012fb2d159a2d731" and "2d7b2301681151f9469b25af6af95cdb967af881" have entirely different histories.
172d21dfea
...
2d7b230168
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,4 +8,3 @@ after
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
lua/custom/secret
|
lua/custom/secret
|
||||||
lua/custom/configs/secret
|
lua/custom/configs/secret
|
||||||
lua/settings/theme.lua
|
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -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 = '80' -- Column highlight at textwidth's max character-limit
|
opt.colorcolumn = '+0' -- Column highlight at textwidth's max character-limit
|
||||||
|
|
||||||
opt.cursorline = true
|
opt.cursorline = true
|
||||||
opt.cursorlineopt = { 'number', 'screenline' }
|
opt.cursorlineopt = { 'number', 'screenline' }
|
||||||
|
|
5
lua/settings/theme.lua
Normal file
5
lua/settings/theme.lua
Normal 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
|
Loading…
Add table
Reference in a new issue