fix: disable format if lsp undefined

This commit is contained in:
asep komarudin 2024-02-23 19:49:22 +07:00
parent 8dee08aca6
commit 9fd84a85f3
6 changed files with 30 additions and 5 deletions

View file

@ -113,6 +113,12 @@ material_icon.setup({
web_devicons.setup({
override = material_icon.get_icons(),
override_by_filename = {
[".htaccess"] = {
icon = "󰛓",
color = "#C63C17",
cterm_color = "240",
name = "htaccess",
},
[".huskyrc"] = {
icon = "󰩃",
color = "#ffffff",