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:
parent
0dfeb542fe
commit
fa03fbd4cd
2 changed files with 6 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue