How to easily diff two directories from within Neovim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vim-dirdiff

    Vim plugin to diff two directories

  • Personally I use will133/vim-dirdiff plugin, but it is pretty troublesome as I need to invoke `:DirDiff /path/to/dir1 /path/to/some/dir2`. What would be ideal is to extend nvim-tree, to be able to mark two directories (in similar manner as it has bookmarks) and then execute `:DirDiff` against those marked directories, but I'm not that familiar with Lua yet to write that. ;/

  • nvim-tree.lua

    A file explorer tree for neovim written in lua

  • Personally I use will133/vim-dirdiff plugin, but it is pretty troublesome as I need to invoke `:DirDiff /path/to/dir1 /path/to/some/dir2`. What would be ideal is to extend nvim-tree, to be able to mark two directories (in similar manner as it has bookmarks) and then execute `:DirDiff` against those marked directories, but I'm not that familiar with Lua yet to write that. ;/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts