Add icons for nvim nerdtree via Nerdfonts
This commit is contained in:
parent
53962e3fd7
commit
b56141c88e
|
@ -44,6 +44,7 @@
|
|||
kmail
|
||||
korganizer
|
||||
libreoffice
|
||||
nerdfonts
|
||||
ripgrep
|
||||
ruby_3_1
|
||||
rubyPackages_3_1.dip
|
||||
|
|
|
@ -12,13 +12,13 @@ call plug#begin()
|
|||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
Plug 'hrsh7th/nvim-cmp'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'thoughtbot/vim-rspec'
|
||||
Plug 'tpope/vim-rails'
|
||||
Plug 'tpope/vim-endwise'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
call plug#end()
|
||||
|
||||
set nocompatible
|
||||
|
|
Loading…
Reference in New Issue