mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-12 12:50:37 +00:00
fix spelling mistakes
This commit is contained in:
parent
987eabdb07
commit
6f5e78405f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue