Fix mixed indent in neovim plugins config
This commit is contained in:
parent
cca0aa30f5
commit
ea5ef431c4
|
@ -33,7 +33,6 @@ lua <<EOF
|
||||||
['staticcheck'] = true
|
['staticcheck'] = true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
'html', --------------------------------- HTML
|
'html', --------------------------------- HTML
|
||||||
['jdtls'] = { --------------------------- Java
|
['jdtls'] = { --------------------------- Java
|
||||||
|
@ -44,6 +43,7 @@ lua <<EOF
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'jsonls', ------------------------------- JSON
|
'jsonls', ------------------------------- JSON
|
||||||
|
'phpactor', ----------------------------- PHP
|
||||||
'pyls', --------------------------------- Python
|
'pyls', --------------------------------- Python
|
||||||
'rnix', --------------------------------- Nix
|
'rnix', --------------------------------- Nix
|
||||||
'solargraph', --------------------------- Ruby
|
'solargraph', --------------------------- Ruby
|
||||||
|
|
Loading…
Reference in a new issue