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