Skip to content

mathematicalninja/pathjoin.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A very simple nvim module to allow me to swap between file systems without changing configs.

Usage

local pathjoin = require("pathjoin").join

path = pathjoin(vim.fn.stdpath("data"), "Mason", "lua")
print(path)

Fast load time.

image

Installation

I setup using Lazy, if you want to try other package managers and find bugs, let me know and I'll try to reconcile these.

{
    dependencies = {
        -- system agnostic path joining.
        "mathematicalninga/pathjoin.nvim",
    },
}

About

A simple system-agnostic path join for nvim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages