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
home/features/neovim

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";