This commit is contained in:
vxclutch
2026-06-04 15:38:07 -04:00
parent d8e3f5cfe5
commit 2d08190f84
2 changed files with 503 additions and 2 deletions

View File

@@ -7,11 +7,13 @@ opt.wrap = false
opt.splitright = true
opt.splitbelow = true
vim.api.nvim_set_option("clipboard", "unnamedplus")
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" })
if vim.g.neovide then
vim.g.neovide_opacity = 0.8
end