Add icons for nvim nerdtree via Nerdfonts

This commit is contained in:
Trevor Vallender 2023-02-19 09:51:48 +00:00
parent 53962e3fd7
commit b56141c88e
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
kmail kmail
korganizer korganizer
libreoffice libreoffice
nerdfonts
ripgrep ripgrep
ruby_3_1 ruby_3_1
rubyPackages_3_1.dip rubyPackages_3_1.dip

View File

@ -12,13 +12,13 @@ call plug#begin()
Plug 'nvim-lua/plenary.nvim' Plug 'nvim-lua/plenary.nvim'
Plug 'morhetz/gruvbox' Plug 'morhetz/gruvbox'
Plug 'preservim/nerdtree' Plug 'preservim/nerdtree'
Plug 'ryanoasis/vim-devicons'
Plug 'neovim/nvim-lspconfig' Plug 'neovim/nvim-lspconfig'
Plug 'hrsh7th/nvim-cmp' Plug 'hrsh7th/nvim-cmp'
Plug 'nvim-telescope/telescope.nvim' Plug 'nvim-telescope/telescope.nvim'
Plug 'thoughtbot/vim-rspec' Plug 'thoughtbot/vim-rspec'
Plug 'tpope/vim-rails' Plug 'tpope/vim-rails'
Plug 'tpope/vim-endwise' Plug 'tpope/vim-endwise'
Plug 'ryanoasis/vim-devicons'
call plug#end() call plug#end()
set nocompatible set nocompatible