This commit is contained in:
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.splitright = true
opt.splitbelow = true opt.splitbelow = true
vim.cmd([[autocmd VimEnter * hi Normal guibg=NONE ctermbg=NONE]]) vim.cmd("colorscheme vim")
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]])

View File

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

View File

@@ -1,5 +1,9 @@
{ {
"plugins": { "plugins": {
"alpha-nvim": {
"rev": "3979b01cb05734331c7873049001d3f2bb8477f4",
"src": "https://github.com/goolord/alpha-nvim"
},
"blink.cmp": { "blink.cmp": {
"rev": "d0c5196dae32c53cde1208161554906f5b982de8", "rev": "d0c5196dae32c53cde1208161554906f5b982de8",
"src": "https://github.com/saghen/blink.cmp", "src": "https://github.com/saghen/blink.cmp",
@@ -21,6 +25,10 @@
"rev": "0c56dc3ef9b15e9659ce09331fdc82449349701b", "rev": "0c56dc3ef9b15e9659ce09331fdc82449349701b",
"src": "https://github.com/nvim-mini/mini.pick" "src": "https://github.com/nvim-mini/mini.pick"
}, },
"nvim-web-devicons": {
"rev": "6788013bb9cb784e606ada44206b0e755e4323d7",
"src": "https://github.com/nvim-tree/nvim-web-devicons"
},
"orgmode": { "orgmode": {
"rev": "cf75da1a91071c6c041075eae4ca2326f9d1f52a", "rev": "cf75da1a91071c6c041075eae4ca2326f9d1f52a",
"src": "https://github.com/nvim-orgmode/orgmode" "src": "https://github.com/nvim-orgmode/orgmode"