diff --git a/lua/plugins/nvim-web-devicons/config.lua b/lua/plugins/nvim-web-devicons/config.lua index 4387cb7..42400b8 100644 --- a/lua/plugins/nvim-web-devicons/config.lua +++ b/lua/plugins/nvim-web-devicons/config.lua @@ -1,6 +1,6 @@ return function() 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 -- DevIcon will be appended to `name` override = { @@ -15,7 +15,7 @@ return function() -- if set to false all icons will have the default icon's color color_icons = true, -- globally enable default icons (default to false) - -- will get overriden by `get_icons` option + -- will get overridden by `get_icons` option default = true, -- globally enable "strict" selection of icons - icon will be looked up in -- different tables, first by filename, and if not found by extension; this