This commit is contained in:
2026-06-07 17:06:15 +08:00
parent 693fddbe6f
commit d734377b2e
5 changed files with 32 additions and 23 deletions

View File

@@ -35,5 +35,6 @@ vim.api.nvim_create_autocmd({'BufEnter'}, {
callback = function(ev) ct.set 'wrap' end,
desc = 'set wrap text',
})
-- turn on mouse
vim.opt.mouse = 'a'