mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 14:52:04 +00:00
feat(cmp): update to blink.cmp
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
--[[ lazy = false,
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {
|
||||
style = "night",
|
||||
@@ -15,8 +15,8 @@ return {
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("tokyonight").setup(opts)
|
||||
vim.cmd.colorscheme("tokyonight")
|
||||
end, ]]
|
||||
-- vim.cmd.colorscheme("tokyonight")
|
||||
end,
|
||||
},
|
||||
{ "lunarvim/darkplus.nvim" },
|
||||
{ "catppuccin/nvim", name = "catppuccin.nvim" },
|
||||
|
||||
Reference in New Issue
Block a user