Updated README
authormofiqul <mofi0islam@gmail.com>
Wed, 3 Nov 2021 16:20:41 +0000 (21:50 +0530)
committermofiqul <mofi0islam@gmail.com>
Wed, 3 Nov 2021 16:20:41 +0000 (21:50 +0530)
README.md
assets/colors.png [new file with mode: 0644]

index 3664f4a610cd10b26e1f4617196d8fd6b62d5532..0b55b7a171e40addef80fbdb890212eae5f3e232 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,16 +8,20 @@
 
 ## ✔️ Requirements
 - Neovim >= 0.5.0
+- Treesitter (optional)
 
 ## #️ Supported Plugins
 - [LSP](https://github.com/neovim/nvim-lspconfig)
 - [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
 - [nvim-compe](https://github.com/hrsh7th/nvim-compe)
+- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
 - [Telescope](https://github.com/nvim-telescope/telescope.nvim)
 - [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
 - [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
 - [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
 - [Lualine](https://github.com/hoob3rt/lualine.nvim)
+- [LSPSaga](https://github.com/glepnir/lspsaga.nvim)
+- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
 
 ## ⬇️ Installation
 
@@ -59,4 +63,10 @@ require('lualine').setup {
 }'
 ```
 
+## 🎨 Importing colors for other usage
+```lua
+require('dracula').colors()
+```
+This will return the folowing table
 
+![colors](./assets/colors.png)
\ No newline at end of file
diff --git a/assets/colors.png b/assets/colors.png
new file mode 100644 (file)
index 0000000..55fb1ef
Binary files /dev/null and b/assets/colors.png differ