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