Add commafeed to homer
Additionally get rid of some useless nvim pugins
This commit is contained in:
parent
eb7532621f
commit
064b38740b
BIN
common/icons/commafeed.png
Normal file
BIN
common/icons/commafeed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
|
@ -312,16 +312,6 @@ let
|
||||||
# }}}
|
# }}}
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ ui
|
# {{{ 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
|
||||||
mini-statusline = {
|
mini-statusline = {
|
||||||
package = "echasnovski/mini.statusline";
|
package = "echasnovski/mini.statusline";
|
||||||
|
@ -755,22 +745,6 @@ let
|
||||||
opts.keymaps.replace_all = "<s-cr>";
|
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
|
||||||
mini-comment = {
|
mini-comment = {
|
||||||
package = "echasnovski/mini.comment";
|
package = "echasnovski/mini.comment";
|
||||||
|
@ -1308,7 +1282,7 @@ let
|
||||||
# ft = "purescript";
|
# ft = "purescript";
|
||||||
# };
|
# };
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ hyprland
|
# {{{ hyprland support
|
||||||
hyprland = {
|
hyprland = {
|
||||||
package = "theRealCarneiro/hyprland-vim-syntax";
|
package = "theRealCarneiro/hyprland-vim-syntax";
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,12 @@ in
|
||||||
logo = icon "grafana.png";
|
logo = icon "grafana.png";
|
||||||
url = "https://grafana.moonythm.dev";
|
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";
|
logo = icon "bitwarden.png";
|
||||||
url = "https://warden.moonythm.dev";
|
url = "https://warden.moonythm.dev";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Syncthing";
|
|
||||||
subtitle = "File synchronization";
|
|
||||||
logo = icon "syncthing.png";
|
|
||||||
url = "https://syncthing.lapetus.moonythm.dev";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Whoogle";
|
name = "Whoogle";
|
||||||
subtitle = "Search engine";
|
subtitle = "Search engine";
|
||||||
logo = icon "whoogle.webp";
|
logo = icon "whoogle.webp";
|
||||||
url = "https://search.moonythm.dev";
|
url = "https://search.moonythm.dev";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Commafeed";
|
||||||
|
subtitle = "RSS reader";
|
||||||
|
logo = icon "commafeed.png";
|
||||||
|
url = "https://rss.moonythm.dev";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue