添加ai工具

This commit is contained in:
a770 2025-05-22 15:16:46 +08:00
parent ad1ae84e5f
commit 59f0ba6a45
6 changed files with 73 additions and 63 deletions

View file

@ -42,6 +42,8 @@ vim.o.termguicolors = true
vim.opt.updatetime = 200
-- 指定keyword
vim.opt.iskeyword = "_,49-57,A-Z,a-z"
-- 让全局默认边框变成rounded或single
vim.o.winborder = 'rounded'
-- 设置编码格式
vim.o.fileencodings = 'utf-8,gb2312,gb18030,gbk,ucs-bom,cp936,latin1'