lualine: use new nvim-web-devicons url
This commit is contained in:
parent
441c9e6788
commit
6de0f064a9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"nvim-lualine/lualine.nvim", -- status line
|
"nvim-lualine/lualine.nvim", -- status line
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"kyazdani42/nvim-web-devicons", -- for filetype icons
|
"nvim-tree/nvim-web-devicons", -- for filetype icons
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in a new issue