mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim: plugin: delete outcommented stuff and minor style fixes
This commit is contained in:
parent
ae10df6e2c
commit
0fc16d95a1
2 changed files with 3 additions and 10 deletions
|
|
@ -21,13 +21,8 @@ return {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#0d6efd",
|
color = "#0d6efd",
|
||||||
name = "PhpUnit"
|
name = "PhpUnit"
|
||||||
},
|
}
|
||||||
-- ["composer.json"] = {
|
}
|
||||||
-- icon = "",
|
|
||||||
-- color = "#9e9e9e",
|
|
||||||
-- name = "Composer"
|
|
||||||
-- }
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,6 @@ return {
|
||||||
folder_open = icons.folder.open,
|
folder_open = icons.folder.open,
|
||||||
folder_empty = icons.folder.empty,
|
folder_empty = icons.folder.empty,
|
||||||
folder_empty_open = icons.folder.empty_open,
|
folder_empty_open = icons.folder.empty_open,
|
||||||
-- The next two settings are only a fallback, if you use nvim-web-devicons and configure default icons there
|
|
||||||
-- then these will never be used.
|
|
||||||
default = icons.files.default,
|
default = icons.files.default,
|
||||||
},
|
},
|
||||||
modified = {
|
modified = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue