From f17f0a80c61bb8cdd1229d02483ccedbfecd0e44 Mon Sep 17 00:00:00 2001 From: Folkert Kevelam Date: Tue, 15 Oct 2024 22:45:20 +0200 Subject: [PATCH] Add roadmap --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b641d4a..ca86bc9 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,12 @@ require('SpecSwitcher').setup({ open_in_new_tab=true }) ``` + +## Roadmap + +### Rewriting path.lua into a pathlib equivalent + +Plenary.nvim already creates a path library in lua equivalent to the +python `Pathlib` library. The plenary.nvim library is still based on +a string path, and I would like to see a more array based internal +representation.