mirror of
https://github.com/cap153/nvim.git
synced 2026-01-02 08:01:17 +08:00
适配neovim 0.11
1. 更改使用的主题 2. 更改底部状态栏样式 3. 更换彩虹括号插件适配neovim 0.11 4. 更换彩虹缩进样式 5. 添加lock文件
This commit is contained in:
parent
1a430bf24b
commit
38bedd3beb
17 changed files with 259 additions and 425 deletions
10
lua/lazy/plugins/rainbowbracket.lua
Normal file
10
lua/lazy/plugins/rainbowbracket.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- ===
|
||||
-- === rainbow,彩虹括号,必须要保证安装了treesitter,我分开是为了方便通过文件查找配置
|
||||
-- ===
|
||||
|
||||
return {
|
||||
"HiPhish/rainbow-delimiters.nvim",
|
||||
config = function()
|
||||
require("rainbow-delimiters.setup").setup({})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue