save
This commit is contained in:
@@ -6,3 +6,8 @@ opt.swapfile = false
|
||||
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]])
|
||||
|
||||
@@ -2,21 +2,20 @@ vim.g.mapleader = " "
|
||||
|
||||
vim.pack.add {
|
||||
{ src = "https://github.com/mason-org/mason.nvim" },
|
||||
{ src = "https://github.com/scottmckendry/cyberdream.nvim" },
|
||||
{ src = "https://github.com/nvim-mini/mini.pick" },
|
||||
{ src = "https://github.com/rafamadriz/friendly-snippets" },
|
||||
{
|
||||
src = "https://github.com/saghen/blink.cmp",
|
||||
version = "1.*",
|
||||
},
|
||||
{ src = "https://github.com/folke/zen-mode.nvim" },
|
||||
{ src = "https://github.com/scottmckendry/cyberdream.nvim" },
|
||||
}
|
||||
|
||||
vim.cmd("colorscheme cyberdream")
|
||||
|
||||
require("mason").setup {}
|
||||
require("mini.pick").setup {}
|
||||
|
||||
vim.cmd("colorscheme cyberdream")
|
||||
|
||||
require('blink.cmp').setup {
|
||||
fuzzy = { implementation = 'prefer_rust_with_warning' },
|
||||
signature = { enabled = true },
|
||||
|
||||
Reference in New Issue
Block a user