Skip to content

Let's just use a formatter and never discuss formatting again.

License

Notifications You must be signed in to change notification settings

ckipp01/stylua-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylua-nvim

stylua-nvim is a minimal wrapper around the Lua code formatter, StyLua. It does pretty much what you'd expect it to do, format your Lua file using Stylua.

Install

Make sure you have StyLua installed and then install this plugin:

use({"ckipp01/stylua-nvim"})

If you would like your plugin manager to automatically download Stylua for you, run the Stylua install command using your plugin managers hooks. For example in Packer, you can use the following:

use({"ckipp01/stylua-nvim", run = "cargo install stylua"})

Docs

Everything you need should be in the help docs.

About

Let's just use a formatter and never discuss formatting again.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages