1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: plugin: delete outcommented stuff and minor style fixes

This commit is contained in:
Henrik Hautakoski 2024-09-05 23:06:48 +02:00
parent ae10df6e2c
commit 0fc16d95a1
2 changed files with 3 additions and 10 deletions

View file

@ -21,13 +21,8 @@ return {
icon = "󰙨",
color = "#0d6efd",
name = "PhpUnit"
},
-- ["composer.json"] = {
-- icon = "",
-- color = "#9e9e9e",
-- name = "Composer"
-- }
};
}
},
}
}
}
}

View file

@ -24,8 +24,6 @@ return {
folder_open = icons.folder.open,
folder_empty = icons.folder.empty,
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,
},
modified = {