nvim: oopsie

This commit is contained in:
Léana 江 2023-06-23 22:11:24 +02:00 committed by Léana 江
parent aa0b6d17a7
commit 603098f2a5
4 changed files with 17 additions and 9 deletions

View file

@ -21,9 +21,10 @@ require("lazy").setup({
-- Colorschemes
-- "Th3Whit3Wolf/one-nvim",
-- { "leana8959/one-nvim", branch = "debug", },
{
"leana8959/one-nvim",
-- enabled = false,
-- branch = "debug",
config = function()
vim.opt.background = "light"
vim.cmd.colorscheme("one-nvim")
@ -31,6 +32,7 @@ require("lazy").setup({
},
-- Nice to have
"nvim-treesitter/playground",
"RaafatTurki/hex.nvim",
"nvim-lualine/lualine.nvim",
"norcalli/nvim-colorizer.lua",
@ -95,7 +97,7 @@ require("lazy").setup({
dependencies = {
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
{ enabled = false, "j-hui/fidget.nvim", tag = "legacy" },
{ enabled = true, "j-hui/fidget.nvim", tag = "legacy" },
"folke/neodev.nvim",
},
},