summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2023-09-02 18:01:49 -0400
committerJackson Taylor <jtaylor@classicalconversations.com>2023-09-02 18:01:49 -0400
commitbe37310aaf4c90e1137390ca75aab34fd8b1624a (patch)
treef12eb0015a131bff3deb3364fda03febe320e7fb
parent9cbaa5056850e09ad238ae3ecfa7e0490a46abde (diff)
Add ryanoasis/vim-devicons package
This is a plugin that adds icons in certain areas
-rw-r--r--lua/jacksontaylorxyz/packer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/jacksontaylorxyz/packer.lua b/lua/jacksontaylorxyz/packer.lua
index 7cdd32c..895c764 100644
--- a/lua/jacksontaylorxyz/packer.lua
+++ b/lua/jacksontaylorxyz/packer.lua
@@ -74,6 +74,7 @@ return require('packer').startup(function(use)
use 'vim-airline/vim-airline-themes' -- Fancy status bar themes
use 'mhinz/vim-startify' -- Fancy startup script
use "folke/which-key.nvim" -- Fancy keybind menu
+ use 'ryanoasis/vim-devicons' -- Fancy icons for file types in nerdtree and other places
-- Themes
use 'ayu-theme/ayu-vim' -- Nice blue theme. Closer to the gotham theme I had in VS code than the vim theme it was inspired by.