mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
添加ai工具
This commit is contained in:
parent
ad1ae84e5f
commit
59f0ba6a45
6 changed files with 73 additions and 63 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue