Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleimp committed Feb 11, 2022
1 parent 8cc334a commit ce5677c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ stylua.nvim is a simple plugin that format you Lua code using StyLua

## Installation

Install this plugin by using your favorite plugin manager

**Packer**

```lua
Expand All @@ -23,6 +25,8 @@ Plug 'wesleimp/stylua.nvim'

## Usage

Format you code with a simple command

```vim
:lua require("stylua").format()
```
Expand Down

0 comments on commit ce5677c

Please sign in to comment.