mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-06 10:54:52 +02:00
fix: disable format if lsp undefined
This commit is contained in:
parent
8dee08aca6
commit
9fd84a85f3
6 changed files with 30 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue