This commit is contained in:
2025-07-18 22:03:45 +07:00
parent 9b1e5c7069
commit 13b27243ea
4 changed files with 67 additions and 61 deletions

View File

@@ -31,5 +31,9 @@ ct.set(
-- dont show line number in terminal window
vim.cmd('autocmd TermOpen * setlocal nonu')
vim.api.nvim_create_autocmd({'BufEnter'}, {
callback = function(ev) ct.set 'wrap' end,
desc = 'set wrap text',
})
-- turn on mouse
vim.opt.mouse = 'a'