1
Fork 0

Add commafeed to homer

Additionally get rid of some useless nvim pugins
This commit is contained in:
prescientmoon 2024-02-25 05:10:21 +01:00
parent eb7532621f
commit 064b38740b
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 13 additions and 33 deletions

BIN
common/icons/commafeed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -312,16 +312,6 @@ let
# }}}
# }}}
# {{{ ui
# {{{ nvim-tree
nvim-tree = {
package = "kyazdani42/nvim-tree.lua";
cond = blacklist [ "vscode" "firenvim" ];
config = true;
keys = nmap "<C-n>" "Toggle [n]vim-tree" "<cmd>NvimTreeToggle<cr>";
};
# }}}
# {{{ mini.statusline
mini-statusline = {
package = "echasnovski/mini.statusline";
@ -755,22 +745,6 @@ let
opts.keymaps.replace_all = "<s-cr>";
};
# }}}
# # {{{ edit-code-block (edit injections in separate buffers)
# REASON: broken
# edit-code-block = {
# package = "dawsers/edit-code-block.nvim";
# dependencies.lua = [ "treesitter" ];
# main = "ecb";
#
# cond = blacklist "vscode";
# config = true;
# keys = {
# mapping = "<leader>e";
# action = "<cmd>EditCodeBlock<cr>";
# desc = "[e]dit injection";
# };
# };
# # }}}
# {{{ mini.comment
mini-comment = {
package = "echasnovski/mini.comment";
@ -1308,7 +1282,7 @@ let
# ft = "purescript";
# };
# }}}
# {{{ hyprland
# {{{ hyprland support
hyprland = {
package = "theRealCarneiro/hyprland-vim-syntax";

View file

@ -57,6 +57,12 @@ in
logo = icon "grafana.png";
url = "https://grafana.moonythm.dev";
}
{
name = "Syncthing";
subtitle = "File synchronization";
logo = icon "syncthing.png";
url = "https://syncthing.lapetus.moonythm.dev";
}
];
}
# }}}
@ -71,18 +77,18 @@ in
logo = icon "bitwarden.png";
url = "https://warden.moonythm.dev";
}
{
name = "Syncthing";
subtitle = "File synchronization";
logo = icon "syncthing.png";
url = "https://syncthing.lapetus.moonythm.dev";
}
{
name = "Whoogle";
subtitle = "Search engine";
logo = icon "whoogle.webp";
url = "https://search.moonythm.dev";
}
{
name = "Commafeed";
subtitle = "RSS reader";
logo = icon "commafeed.png";
url = "https://rss.moonythm.dev";
}
];
}
# }}}