save
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user