config(nvim): copilot more
parent
1cfec1b863
commit
2431e6088b
|
@ -30,7 +30,6 @@ https://brandur.org/articles.atom
|
|||
https://brandur.org/fragments.atom
|
||||
https://daniel.haxx.se/blog/feed/
|
||||
https://drewdevault.com/blog/index.xml
|
||||
https://jenson.org/category/article/rss
|
||||
https://jvns.ca/atom.xml
|
||||
https://matthewstrom.com/feed.xml
|
||||
https://michael.stapelberg.ch/feed.xml
|
||||
|
|
|
@ -670,6 +670,7 @@ require("lazy").setup({
|
|||
"asciidoc",
|
||||
"gitcommit",
|
||||
"go",
|
||||
"just",
|
||||
"lua",
|
||||
"make",
|
||||
"markdown",
|
||||
|
@ -688,9 +689,11 @@ require("lazy").setup({
|
|||
cpp = true,
|
||||
gitcommit = true,
|
||||
go = true,
|
||||
just = true,
|
||||
lua = true,
|
||||
make = true,
|
||||
markdown = true,
|
||||
plantuml = true,
|
||||
proto = true,
|
||||
python = true,
|
||||
toml = true,
|
||||
|
|
Loading…
Reference in New Issue