nvim: formatting
This commit is contained in:
parent
5ddcc03b7d
commit
d176f91ffd
@ -116,8 +116,10 @@ require('packer').startup({
|
||||
requires = {
|
||||
'https://github.com/nvim-lua/plenary.nvim',
|
||||
'https://github.com/nvim-treesitter/nvim-treesitter',
|
||||
{ 'https://github.com/kyazdani42/nvim-web-devicons',
|
||||
cond = nerdfont_installed }
|
||||
{
|
||||
'https://github.com/kyazdani42/nvim-web-devicons',
|
||||
cond = nerdfont_installed
|
||||
}
|
||||
},
|
||||
}
|
||||
use {
|
||||
@ -128,15 +130,19 @@ require('packer').startup({
|
||||
'https://github.com/kyazdani42/nvim-tree.lua',
|
||||
tag = '*',
|
||||
requires = {
|
||||
{ 'https://github.com/kyazdani42/nvim-web-devicons',
|
||||
cond = nerdfont_installed }
|
||||
{
|
||||
'https://github.com/kyazdani42/nvim-web-devicons',
|
||||
cond = nerdfont_installed
|
||||
}
|
||||
}
|
||||
}
|
||||
use {
|
||||
'https://github.com/nvim-lualine/lualine.nvim',
|
||||
requires = {
|
||||
{ 'https://github.com/kyazdani42/nvim-web-devicons',
|
||||
cond = nerdfont_installed },
|
||||
{
|
||||
'https://github.com/kyazdani42/nvim-web-devicons',
|
||||
cond = nerdfont_installed
|
||||
},
|
||||
'https://github.com/nvim-lua/lsp-status.nvim'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user