mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
更新blink.cmp命令行模式相关配置
This commit is contained in:
parent
980f03b5e3
commit
5528ddf7d2
8 changed files with 60 additions and 115 deletions
|
|
@ -40,6 +40,8 @@ vim.o.mouse = 'a'
|
|||
vim.o.termguicolors = true
|
||||
-- 将updatetime设置为较低的值以提高性能
|
||||
vim.opt.updatetime = 200
|
||||
-- 指定keyword
|
||||
vim.opt.iskeyword = "_,49-57,A-Z,a-z"
|
||||
|
||||
-- 设置编码格式
|
||||
vim.o.fileencodings = 'utf-8,gb2312,gb18030,gbk,ucs-bom,cp936,latin1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue