chore: autogen (vimdocs+formating)
This commit is contained in:
parent
6b6c18023d
commit
f7b3daf1ae
|
@ -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 }
|
||||
}
|
||||
<
|
||||
|
||||
|
|
Loading…
Reference in New Issue