chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2023-03-30 04:06:48 +00:00 committed by github-actions[bot]
parent 6b6c18023d
commit f7b3daf1ae
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ VIM-PLUG <HTTPS://GITHUB.COM/JUNEGUNN/VIM-PLUG> ~
>
Plug 'nvim-lualine/lualine.nvim'
" If you want to have icons in your statusline choose one of these
Plug 'kyazdani42/nvim-web-devicons'
Plug 'nvim-tree/nvim-web-devicons'
<
@ -62,7 +62,7 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
>
use {
'nvim-lualine/lualine.nvim',
requires = { 'kyazdani42/nvim-web-devicons', opt = true }
requires = { 'nvim-tree/nvim-web-devicons', opt = true }
}
<