Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
/ afmt.nvim Public archive

An extremely minimal code formatter for Neovim.

License

Notifications You must be signed in to change notification settings

9yokuro/afmt.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

afmt.nvim

An extremely minimal code formatter for Neovim.

Installation

Install with your preferred package manager:

require("plum").setup({
    "9yokuro/afmt.nvim"
})

Examples

require("afmt").setup({
    {
        pattern = "*.go",
        command = "go fmt",
    },

    {
        pattern = "*.lua",
        command = "stylua",
    },
})

About

An extremely minimal code formatter for Neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages