diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-08 17:29:21 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-08 17:29:21 +0000 |
commit | b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff (patch) | |
tree | 39576dcd545bb0a1c41c4af9bdf00d89ebb9198f /.config/nvim/.lua-format | |
parent | f13e82880cfcb566df62d9d3c787cc021273142e (diff) | |
download | dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.tar dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.tar.gz dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.tar.bz2 dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.tar.lz dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.tar.xz dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.tar.zst dotfiles-b57d4cb883e8f016cfbc89c87e6594f0c2aef1ff.zip |
New neovim config
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/.lua-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/.lua-format b/.config/nvim/.lua-format index 0c78da7..68bc960 100644 --- a/.config/nvim/.lua-format +++ b/.config/nvim/.lua-format @@ -19,9 +19,9 @@ break_before_functiondef_rp: false align_table_field: true break_after_table_lb: true break_before_table_rb: true -chop_down_table: false +chop_down_table: true chop_down_kv_table: true -table_sep: "," +table_sep: ";" extra_sep_at_table_end: true column_table_limit: 80 spaces_inside_table_braces: true |