add copilot + comment

This commit is contained in:
Ralph 2024-04-03 23:08:54 -07:00
parent dde568fc53
commit 77585d70e6
2 changed files with 3 additions and 1 deletions

View file

@ -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" },
},

View file

@ -14,4 +14,4 @@ opt.regexpengine = 1 -- sourcing <nvim7-install..>/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 <leader>uw