diff options
author | grant-san <[email protected]> | 2023-11-20 18:52:11 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-20 18:52:11 -0600 |
commit | e0c7143a32254bb326dc97555e7bd787ebf1481d (patch) | |
tree | 1ebe89e1c2235b99357e75ba0f404ab425165e49 | |
parent | bf2feaaff3b337fd0512a340d15618fb128fec0e (diff) |
fix stupid indents
-rw-r--r-- | lua/opt.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lua/opt.lua b/lua/opt.lua index 7c7dc9e..86a3b4b 100644 --- a/lua/opt.lua +++ b/lua/opt.lua @@ -11,12 +11,12 @@ require('hardtime').setup({enabled=false}) require('hex').setup() require("todo-comments").setup{} require('toggleterm').setup({ - direction = 'float', - close_on_exit = true, - active = true, - insert_mappings = true, - start_in_insert = true, - terminal_mappings = true, + direction = 'float', + close_on_exit = true, + active = true, + insert_mappings = true, + start_in_insert = true, + terminal_mappings = true, open_mapping = [[<c-\>]], }) require('neo-tree').setup({ @@ -26,7 +26,7 @@ require('neo-tree').setup({ --use_git_status_colors = false, }, git_status = { - symbols = { + symbols = { added = '+', modified = '~', deleted = 'x', |