init
This commit is contained in:
9
nvim/lua/plugins/extras/coding/cmp/nerd-fonts.lua
Normal file
9
nvim/lua/plugins/extras/coding/cmp/nerd-fonts.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"chrisgrieser/cmp-nerdfont",
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "nerdfont" })
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user