config(nvim): copilot more

main
sudo pacman -Syu 2024-08-22 15:00:25 +07:00
parent 1cfec1b863
commit 2431e6088b
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,6 @@ https://brandur.org/articles.atom
https://brandur.org/fragments.atom https://brandur.org/fragments.atom
https://daniel.haxx.se/blog/feed/ https://daniel.haxx.se/blog/feed/
https://drewdevault.com/blog/index.xml https://drewdevault.com/blog/index.xml
https://jenson.org/category/article/rss
https://jvns.ca/atom.xml https://jvns.ca/atom.xml
https://matthewstrom.com/feed.xml https://matthewstrom.com/feed.xml
https://michael.stapelberg.ch/feed.xml https://michael.stapelberg.ch/feed.xml

View File

@ -670,6 +670,7 @@ require("lazy").setup({
"asciidoc", "asciidoc",
"gitcommit", "gitcommit",
"go", "go",
"just",
"lua", "lua",
"make", "make",
"markdown", "markdown",
@ -688,9 +689,11 @@ require("lazy").setup({
cpp = true, cpp = true,
gitcommit = true, gitcommit = true,
go = true, go = true,
just = true,
lua = true, lua = true,
make = true, make = true,
markdown = true, markdown = true,
plantuml = true,
proto = true, proto = true,
python = true, python = true,
toml = true, toml = true,