feat(nvim): add kyazdani42/nvim-web-devicons

This will add icons to the results list when searching for things with
Telescope.
This commit is contained in:
Oliver Davies 2021-11-17 12:00:00 +00:00
parent 0dfeb542fe
commit fa03fbd4cd
2 changed files with 6 additions and 0 deletions

View file

@ -164,6 +164,11 @@ _G.packer_plugins = {
path = "/home/opdavies/.local/share/nvim/site/pack/packer/start/nvim-ts-context-commentstring",
url = "https://github.com/JoosepAlviste/nvim-ts-context-commentstring"
},
["nvim-web-devicons"] = {
loaded = true,
path = "/home/opdavies/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
url = "https://github.com/kyazdani42/nvim-web-devicons"
},
["packer.nvim"] = {
loaded = true,
path = "/home/opdavies/.local/share/nvim/site/pack/packer/start/packer.nvim",