Skip to content

metmo/nvim-uncrustify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-uncrustify

A simple wrapper for running uncrustify from neovim, written in Lua.

Install

Install with your packet manager of choice

vim-plug:

Plug 'metmo/nvim-uncrustify'

packer:

use 'metmo/nvim-uncrustify'

Usage

The default mapping is <Space>+U, or you can run the formatter with :Uncrustify.

The Uncrustify binary, keymapping and path to config file can be changed on setup:

require('nvim-uncrustify').setup({
        uncrustify_executable = "uncrustify",
        config_path = "/path/to/uncrustify.cfg",
        mapping = "<Space>Y"
    })

About

Uncrustify plugin for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages