mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/efmls-configs: Avoid spaces in language names (#563)
This commit is contained in:
parent
33cffcb0fd
commit
e704db3064
2 changed files with 7 additions and 5 deletions
|
@ -12,10 +12,10 @@
|
|||
],
|
||||
"beautysh": [
|
||||
"sh",
|
||||
" bash",
|
||||
" zsh",
|
||||
" csh",
|
||||
" ksh"
|
||||
"bash",
|
||||
"zsh",
|
||||
"csh",
|
||||
"ksh"
|
||||
],
|
||||
"black": [
|
||||
"python"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue