适配neovim 0.11

1. 更改使用的主题
2. 更改底部状态栏样式
3. 更换彩虹括号插件适配neovim 0.11
4. 更换彩虹缩进样式
5. 添加lock文件
This commit is contained in:
a770 2025-05-10 20:43:44 +08:00
parent 1a430bf24b
commit 38bedd3beb
17 changed files with 259 additions and 425 deletions

View file

@ -15,6 +15,8 @@ return {
["<CR>"] = { "select_and_accept", "fallback" },
},
completion = {
-- 不预选第一个项目,选中后自动插入该项目文本
list = { selection = { preselect = false, auto_insert = true } },
-- 自动显示补全窗口,仅在输入命令时显示菜单,而搜索或使用其他输入菜单时则不显示
menu = {
auto_show = function(ctx)