chore: add prettier config

This commit is contained in:
Michael Chris Lopez
2021-10-29 17:00:45 +08:00
parent a37860d3cc
commit d4bbd3aaa0
2 changed files with 7 additions and 1 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"singleQuote": true,
"tabWidth": 4,
"semi": false,
"proseWrap": "always"
}

View File

@@ -95,7 +95,7 @@ currently supported.
- [WhichKey](https://github.com/folke/which-key.nvim)
- [Trouble](https://github.com/folke/trouble.nvim)
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [Nnn](https://github.com/mcchrish/nnn.vim)
- [n³](https://github.com/mcchrish/nnn.vim)
## Other implementations