Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions nvim/lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ local specs = {
'https://github.com/b0o/schemastore.nvim',
'https://github.com/lewis6991/gitsigns.nvim',
-- forge-agnostic branch/PR diff UI — `:DiffviewOpen origin/main...HEAD`; works for Azure
-- DevOps PRs where octo.nvim, GitHub-only, does not; config in config/diffview.lua
'https://github.com/sindrets/diffview.nvim',
-- DevOps PRs where octo.nvim, GitHub-only, does not; config in config/diffview.lua.
-- The -plus fork, NOT sindrets/diffview.nvim: upstream's last commit is 2024-06-13 with
-- 130 open issues. The fork keeps the `diffview` module namespace and the :Diffview*
-- commands, so config/diffview.lua and the <leader>g* maps are unchanged. Requires only
-- Neovim >= 0.10 (README); plenary is its test-runner dep, not a runtime one.
'https://github.com/dlyongemallo/diffview-plus.nvim',
'https://github.com/MeanderingProgrammer/render-markdown.nvim',
-- orgmode compiles its own pinned tree-sitter-org grammar into its own plugin
-- dir on setup(), independent of nvim-treesitter. Do NOT add 'org' to
Expand Down
10 changes: 5 additions & 5 deletions nvim/nvim-pack-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"rev": "b77c47c34e11ef9102a3f6dbd12f6b835b7c3af1",
"src": "https://github.com/stevearc/aerial.nvim"
},
"diffview.nvim": {
"rev": "4516612fe98ff56ae0415a259ff6361a89419b0a",
"src": "https://github.com/sindrets/diffview.nvim"
"diffview-plus.nvim": {
"rev": "62dc5adf4e77489a2a6d3bf36ef6e4ac5738b634",
"src": "https://github.com/dlyongemallo/diffview-plus.nvim"
},
"fzf-lua": {
"rev": "c8aaa74c97157b2c62bdcfc1e57b15c052dc63ca",
Expand Down Expand Up @@ -35,12 +35,12 @@
"nvim-treesitter": {
"rev": "7248feaca45e4d944591497964bc19afa89ad1c6",
"src": "https://github.com/nvim-treesitter/nvim-treesitter",
"version": "main"
"version": "'main'"
},
"nvim-treesitter-textobjects": {
"rev": "898ee307df58f854d11cd7edd06472574d48014e",
"src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects",
"version": "main"
"version": "'main'"
},
"oil-git-status.nvim": {
"rev": "a3e2ccb00cb8822115e28a9a1791eda051d940c9",
Expand Down