diff --git a/020_neovim-lazyvim_mcp-hub.sh b/020_neovim-lazyvim_mcp-hub.sh new file mode 100644 index 0000000..7afb4c0 --- /dev/null +++ b/020_neovim-lazyvim_mcp-hub.sh @@ -0,0 +1,6 @@ +# https://github.com/ravitemer/mcphub.nvim?tab=readme-ov-file#mcp-hub + + +## MCP Hub is a MCP client for neovim that seamlessly integrates [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) servers into your editing workflow. It provides an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins. + + diff --git a/020_zsh_aliases.d.sh b/020_zsh_aliases.d.sh index 731e9d3..ae757b8 100755 --- a/020_zsh_aliases.d.sh +++ b/020_zsh_aliases.d.sh @@ -126,6 +126,7 @@ EOF ALIAS_FILE="${DEST}/${ALIAS_DIR}/003_local.sh" cat >"${ALIAS_FILE}" <<-'EOF' +`` alias grep='GREP_COLOR="mt=1;37;41" LANG=C grep --color=auto'/ alias plocate='plocate --existing --basename --ignore-case' alias wget="wget --content-disposition -c -U 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0'" alias tswget='torsocks wget'