From e0c7143a32254bb326dc97555e7bd787ebf1481d Mon Sep 17 00:00:00 2001 From: grant-san Date: Mon, 20 Nov 2023 18:52:11 -0600 Subject: fix stupid indents --- lua/opt.lua | 14 +++++++------- 1 file 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 = [[]], }) 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', -- cgit v1.2.3