fix spelling mistakes

This commit is contained in:
Erica Marigold 2024-03-05 12:28:22 +05:30
parent 987eabdb07
commit 6f5e78405f
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -1,6 +1,6 @@
return function() return function()
require("nvim-web-devicons").setup { require("nvim-web-devicons").setup {
-- your personnal icons can go here (to override) -- your personal icons can go here (to override)
-- you can specify color or cterm_color instead of specifying both of them -- you can specify color or cterm_color instead of specifying both of them
-- DevIcon will be appended to `name` -- DevIcon will be appended to `name`
override = { override = {
@ -15,7 +15,7 @@ return function()
-- if set to false all icons will have the default icon's color -- if set to false all icons will have the default icon's color
color_icons = true, color_icons = true,
-- globally enable default icons (default to false) -- globally enable default icons (default to false)
-- will get overriden by `get_icons` option -- will get overridden by `get_icons` option
default = true, default = true,
-- globally enable "strict" selection of icons - icon will be looked up in -- globally enable "strict" selection of icons - icon will be looked up in
-- different tables, first by filename, and if not found by extension; this -- different tables, first by filename, and if not found by extension; this