diff --git a/data/newsboat/urls b/data/newsboat/urls index 20fe910..11b790a 100644 --- a/data/newsboat/urls +++ b/data/newsboat/urls @@ -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 diff --git a/data/nvim/init.lua b/data/nvim/init.lua index e3bd6fd..9435fb3 100644 --- a/data/nvim/init.lua +++ b/data/nvim/init.lua @@ -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,