minor changes

This commit is contained in:
2025-05-07 14:34:10 +08:00
parent 280469e805
commit d25bf6d7b1
6 changed files with 1472 additions and 30 deletions

View File

@@ -17,9 +17,10 @@ vim.opt.list = true
-- Misc.
--
ct.set('ruler', 'showcmd', 'cursorline', 'title')
vim.cmd [[ colo selenized_bw ]]
-- ct.set('number')
ct.set(
{'termguicolors', true},
-- {'termguicolors', true},
{'signcolumn', 'number'},
{'conceallevel', 0},
{'colorcolumn', '81,121'},