From 7bd56631c187dafe06d8433c608d5f25f460d8d4 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 8 Jun 2025 12:08:32 +0200 Subject: [PATCH] changed colorscheme --- init.lua | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/init.lua b/init.lua index c3d199f..6c32d96 100644 --- a/init.lua +++ b/init.lua @@ -9,13 +9,6 @@ else -- │ themes are under ./lua/pika/plugins/colorschemes.lua │ -- ╰──────────────────────────────────────────────────────╯ - vim.cmd.colorscheme("tokyodark") - - vim.opt.formatoptions:append("c") -- Auto-wrap comments - vim.opt.formatoptions:append("r") -- Auto-insert comment leader on Enter - vim.opt.formatoptions:append("o") -- Auto-insert comment leader with 'o'/'O' - vim.opt.formatoptions:append("q") -- Allow formatting of comments with 'gq' - vim.opt.formatoptions:remove("t") -- Don't auto-wrap text (only comments) - - vim.opt.textwidth = 80 + -- vim.cmd.colorscheme("tokyodark") + vim.cmd.colorscheme("bamboo") end