Skip to content

Commit

Permalink
neovim: Remove feed.nvim and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
OnurKader committed Jan 1, 2025
1 parent 692ba06 commit 8588e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
16 changes: 0 additions & 16 deletions nvim/lua/plugin_setups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})

8 changes: 2 additions & 6 deletions nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8588e85

Please sign in to comment.