Skip to content

Commit 7a5a6fa

Browse files
committed
docs: remove mentions to specific repository
1 parent 723f9cd commit 7a5a6fa

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

.github/workflows/luarocks-tag-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
detailed_description: |
2424
This plugin aims to decrease the difficulties of path management across mutliple OSs in neovim.
2525
The plugin API is heavily inspired by Python's `pathlib.Path` with tweaks to fit neovim usage.
26-
It is mainly used in neo-tree.nvim but it is so simple that you can use it in your own configs!
2726
version: ${{ env.LUAROCKS_VERSION }}
2827
dependencies: |
2928
nvim-nio >= 1.8.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# 🐍 `pathlib.nvim`
1515

16-
This plugin aims to decrease the difficulties of path management across mutliple OSs in neovim. The plugin API is heavily inspired by Python's `pathlib.Path` with tweaks to fit neovim usage. It is mainly used in [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) but it is very simple and portable to be used in any plugin.
16+
This plugin aims to decrease the difficulties of path management across mutliple OSs in neovim. The plugin API is heavily inspired by Python's `pathlib.Path` with tweaks to fit neovim usage.
1717

1818
- [Documentation](https://pysan3.github.io/pathlib.nvim/)
1919
- Module References

README.norg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ version: 1.1.1
3030
* 🐍 `pathlib.nvim`
3131
This plugin aims to decrease the difficulties of path management across mutliple OSs in neovim.
3232
The plugin API is heavily inspired by Python's `pathlib.Path` with tweaks to fit neovim usage.
33-
It is mainly used in {https://github.com/nvim-neo-tree/neo-tree.nvim}[neo-tree.nvim]
34-
but it is very simple and portable to be used in any plugin.
3533

3634
- {https://pysan3.github.io/pathlib.nvim/}[Documentation]
3735
- Module References

index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
This plugin aims to decrease the difficulties of path management across mutliple OSs in neovim.
1414
The plugin API is heavily inspired by Python's `pathlib.Path` with tweaks to fit neovim usage.
15-
It is mainly used in `neo-tree.nvim <https://github.com/nvim-neo-tree/neo-tree.nvim>`_
16-
but it is very simple and portable to be used in any plugin.
1715

1816
Pathlib Module Reference
1917
========================

0 commit comments

Comments
 (0)