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