Skip to content

Commit

Permalink
require devicons
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Sep 14, 2022
1 parent 8d4a925 commit ad43eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/lua/packer_plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ return require("packer").startup({
})
use({
"akinsho/nvim-bufferline.lua",
tag = "v2.*",
requires = { { "kyazdani42/nvim-web-devicons" } },
config = function()
require("bufferline").setup({})
end,
Expand Down

0 comments on commit ad43eb8

Please sign in to comment.