Skip to content

leotorrez/IIIDMFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IIIDM Formatter

Formatter for 3DM ini files(should work fine for traditional inis too)

How to build

nuitka --standalone --output-filename=iiidmformatter ./src/main.py

How to test

uv run src/main.py yourtestfile.ini

How to test in lazyvim

Configuration for other flavours of neovim are quite similar.

    {
        "stevearc/conform.nvim",
        opts = {
            formatters_by_ft = {
                dosini = { "iiidmformatter" },
            },
            formatters = {
                iiidmformatter = {
                    command = "path/to/iiidmformatter.exe",
                    stdin = true,
                },
            },
        },
    },
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages