mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 23:09:46 +01:00
nvim: improved devicons loading
This commit is contained in:
@@ -44,7 +44,10 @@ return require("lazy").setup({
|
|||||||
{
|
{
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
{
|
||||||
'nvim-tree/nvim-web-devicons',
|
'nvim-tree/nvim-web-devicons',
|
||||||
|
lazy = true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'f-person/git-blame.nvim',
|
'f-person/git-blame.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
@@ -354,7 +357,10 @@ return require("lazy").setup({
|
|||||||
"nvim-tree/nvim-tree.lua",
|
"nvim-tree/nvim-tree.lua",
|
||||||
cmd = "NvimTreeToggle",
|
cmd = "NvimTreeToggle",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
{
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
|
lazy = true
|
||||||
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
sort_by = "case_sensitive",
|
sort_by = "case_sensitive",
|
||||||
@@ -500,6 +506,10 @@ return require("lazy").setup({
|
|||||||
{
|
{
|
||||||
'gelguy/wilder.nvim',
|
'gelguy/wilder.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
{
|
||||||
|
"nvim-tree/nvim-web-devicons",
|
||||||
|
lazy = true
|
||||||
|
},
|
||||||
'roxma/nvim-yarp',
|
'roxma/nvim-yarp',
|
||||||
'roxma/vim-hug-neovim-rpc',
|
'roxma/vim-hug-neovim-rpc',
|
||||||
'romgrk/fzy-lua-native'
|
'romgrk/fzy-lua-native'
|
||||||
@@ -610,7 +620,12 @@ return require("lazy").setup({
|
|||||||
-- list of errors
|
-- list of errors
|
||||||
{
|
{
|
||||||
'folke/trouble.nvim',
|
'folke/trouble.nvim',
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
dependencies = {
|
||||||
|
{
|
||||||
|
'nvim-tree/nvim-web-devicons',
|
||||||
|
lazy = true
|
||||||
|
}
|
||||||
|
},
|
||||||
opts = {}
|
opts = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user