From d4bbd3aaa08dd72568126578a85b7acb2de616ac Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 29 Oct 2021 17:00:45 +0800 Subject: [PATCH] chore: add prettier config --- .prettierrc | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..94d7f96 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,6 @@ +{ + "singleQuote": true, + "tabWidth": 4, + "semi": false, + "proseWrap": "always" +} diff --git a/README.md b/README.md index 41e5934..b709ba9 100644 --- a/README.md +++ b/README.md @@ -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