From 77585d70e6840eed7858fe6f7c5fc74bf61237bb Mon Sep 17 00:00:00 2001 From: Ralph Date: Wed, 3 Apr 2024 23:08:54 -0700 Subject: [PATCH] add copilot + comment --- lua/config/lazy.lua | 2 ++ lua/config/options.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index a357d7f..df26cda 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -14,6 +14,8 @@ require("lazy").setup({ -- { import = "lazyvim.plugins.extras.lang.typescript" }, -- { import = "lazyvim.plugins.extras.lang.json" }, -- { import = "lazyvim.plugins.extras.ui.mini-animate" }, + -- include copilot + { import = "lazyvim.plugins.extras.coding.copilot" }, -- import/override with your plugins { import = "plugins" }, }, diff --git a/lua/config/options.lua b/lua/config/options.lua index 4c520f4..eaafdfa 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -14,4 +14,4 @@ opt.regexpengine = 1 -- sourcing /syntax/ruby.vim from ~18ms to opt.colorcolumn = "90,100" -- line length guideline opt.showbreak = " ↪ " -- show linebreak with arrow ↪ opt.linebreak = true -- break line on word, not char --- opt.wrap = true +-- opt.wrap = true -- toggle with uw