diff --git a/nvim/lua/plugin_setups.lua b/nvim/lua/plugin_setups.lua index 58ddbbe..c518774 100644 --- a/nvim/lua/plugin_setups.lua +++ b/nvim/lua/plugin_setups.lua @@ -363,19 +363,3 @@ require("neorg").setup({ }, }) -require("feed").setup({ - feeds = { - { - "https://neovim.io/news.xml", - -- name = "NeoVIM", - -- tags = { "vim", "news", "editor" } - }, - { - "https://dotfyle.com/this-week-in-neovim/rss.xml", - -- name = "TWIN", - -- tags = { "vim", "news", "editor" } - }, - }, - colorscheme = "catppuccin-mocha", -}) - diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 6ae1e2f..a727377 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -77,12 +77,8 @@ require("lazy").setup({ { "max397574/better-escape.nvim", event = "VeryLazy" }, { "michaeljsmith/vim-indent-object", event = { "BufReadPost", "BufNewFile" } }, { "neovim/nvim-lspconfig", event = { "BufReadPost", "BufNewFile" } }, - { - "neo451/feed.nvim", - cmd = "Feed", - }, - { "numToStr/Comment.nvim", event = { "BufReadPost", "BufNewFile" } }, - { "nvim-lua/plenary.nvim", lazy = true }, + { "numToStr/Comment.nvim", event = { "BufReadPost", "BufNewFile" } }, + { "nvim-lua/plenary.nvim", lazy = true }, { "nvim-neorg/neorg", lazy = true,