Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

shfmt.nvim

shfmt plugin for nvim.

Installation

  • Neovim >= 0.7.0
  • shfmt
use "yuchanns/shfmt.nvim"

Usage

Configuration

require("shfmt").setup({
  -- Default configs
  cmd = "shfmt",
  args = { "-l", "-w" },
  auto_format = false,
})

Manual Format

-- using lua function
: lua require("shfmt").formatting()

Contributing

Bug reports and feature requests are welcome! Feel free to make PRs!

About

shfmt plugin for nvim.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages