Add icons for nvim nerdtree via Nerdfonts
This commit is contained in:
parent
53962e3fd7
commit
b56141c88e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue