mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
add copilot + comment
This commit is contained in:
parent
dde568fc53
commit
77585d70e6
2 changed files with 3 additions and 1 deletions
|
|
@ -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" },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue