This commit is contained in:
2026-01-20 17:45:01 -05:00
parent 3ebebadc9f
commit a9c8716302
2 changed files with 9 additions and 0 deletions

View File

@@ -8,3 +8,8 @@ opt.splitright = true
opt.splitbelow = true opt.splitbelow = true
vim.cmd("colorscheme vim") vim.cmd("colorscheme vim")
-- mini.pick colors
vim.api.nvim_set_hl(0, "MiniPickNormal", { bg = "#000000" })
vim.api.nvim_set_hl(0, "MiniPickBorder", { bg = "#000000", fg = "#000000" })
vim.api.nvim_set_hl(0, "MiniPickMatchCurrent", { bg = "#1e1e2e" })

View File

@@ -33,6 +33,10 @@
"rev": "cf75da1a91071c6c041075eae4ca2326f9d1f52a", "rev": "cf75da1a91071c6c041075eae4ca2326f9d1f52a",
"src": "https://github.com/nvim-orgmode/orgmode" "src": "https://github.com/nvim-orgmode/orgmode"
}, },
"rainbow-delimiters.nvim": {
"rev": "d6b802552cbe7d643a3b6b31f419c248d1f1e220",
"src": "https://gitlab.com/HiPhish/rainbow-delimiters.nvim"
},
"simplyfile.nvim": { "simplyfile.nvim": {
"rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38", "rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38",
"src": "https://github.com/Rizwanelansyah/simplyfile.nvim" "src": "https://github.com/Rizwanelansyah/simplyfile.nvim"