Skip to content

Commit

Permalink
feat(nvim): add material-icons.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mimikun committed Mar 2, 2025
1 parent e8bc8a2 commit 560736e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dot_config/nvim/lua/plugins/material-icons-nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---@type LazySpec
local spec = {
"DaikyXendo/nvim-material-icon",
--lazy = false,
opts = {},
cond = false,
enabled = false,
}

return spec

0 comments on commit 560736e

Please sign in to comment.