config(nvim): copilot more
parent
1cfec1b863
commit
2431e6088b
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue