ref: formatting

This commit is contained in:
Léana 江 2023-07-23 15:33:14 +08:00 committed by Léana 江
parent 718ddbf69d
commit 2e7d1cc976
5 changed files with 165 additions and 168 deletions

View file

@ -24,7 +24,7 @@ require("lazy").setup({
{
"leana8959/one-nvim",
-- enabled = false,
branch = "tweaks",
-- branch = "tweaks",
config = function()
vim.opt.background = "light"
vim.cmd.colorscheme("one-nvim")
@ -51,7 +51,6 @@ require("lazy").setup({
-- Can't live without
"godlygeek/tabular",
"tpope/vim-sleuth",
{ "ggandor/leap.nvim", dependencies = "tpope/vim-repeat" },
{ "shortcuts/no-neck-pain.nvim", version = "*" },
"numToStr/Comment.nvim",