fixes, disabling non-working plugins

This commit is contained in:
2025-04-07 09:18:41 +08:00
parent e90bc1bb5f
commit 70b71d56e5
5 changed files with 62 additions and 54 deletions

View File

@@ -16,10 +16,11 @@ vim.opt.list = true
--
-- Misc.
--
ct.set('ruler', 'showcmd', 'cursorline', 'number', 'title')
ct.set('ruler', 'showcmd', 'cursorline', 'title')
-- ct.set('number')
ct.set(
{'termguicolors', true},
{'signcolumn', 'yes:1'},
{'signcolumn', 'number'},
{'conceallevel', 0},
{'colorcolumn', '81,121'},
{'textwidth', 0},