chore: add prettier config
This commit is contained in:
6
.prettierrc
Normal file
6
.prettierrc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"singleQuote": true,
|
||||||
|
"tabWidth": 4,
|
||||||
|
"semi": false,
|
||||||
|
"proseWrap": "always"
|
||||||
|
}
|
||||||
@@ -95,7 +95,7 @@ currently supported.
|
|||||||
- [WhichKey](https://github.com/folke/which-key.nvim)
|
- [WhichKey](https://github.com/folke/which-key.nvim)
|
||||||
- [Trouble](https://github.com/folke/trouble.nvim)
|
- [Trouble](https://github.com/folke/trouble.nvim)
|
||||||
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
|
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
|
||||||
- [Nnn](https://github.com/mcchrish/nnn.vim)
|
- [n³](https://github.com/mcchrish/nnn.vim)
|
||||||
|
|
||||||
## Other implementations
|
## Other implementations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user