Merge branch 'master' of https://github.com/bieniucieniu/nvim-config
This commit is contained in:
commit
cec2b34c58
|
|
@ -49,6 +49,8 @@ return { -- Autoformat
|
|||
sql = { 'sqlfmt' },
|
||||
zig = { 'zig-fmt' },
|
||||
fish = { 'fish_indent' },
|
||||
yaml = { 'yamlfmt' },
|
||||
yml = { 'yamlfmt' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue