This commit is contained in:
vx-clutch
2026-01-04 15:55:37 -05:00
parent 8b953a8ffb
commit 26743308de
3 changed files with 9 additions and 7 deletions

View File

@@ -7,7 +7,4 @@ opt.wrap = false
opt.splitright = true
opt.splitbelow = true
vim.cmd([[autocmd VimEnter * hi Normal guibg=NONE ctermbg=NONE]])
vim.cmd([[autocmd VimEnter * hi VertSplit guibg=NONE ctermbg=NONE]])
vim.cmd([[autocmd VimEnter * hi StatusLine guibg=NONE ctermbg=NONE]])
vim.cmd([[autocmd VimEnter * hi LineNr guibg=NONE ctermbg=NONE]])
vim.cmd("colorscheme vim")

View File

@@ -8,11 +8,8 @@ vim.pack.add {
src = "https://github.com/saghen/blink.cmp",
version = "1.*",
},
{ src = "https://github.com/scottmckendry/cyberdream.nvim" },
}
vim.cmd("colorscheme cyberdream")
require("mason").setup {}
require("mini.pick").setup {}