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