aboutsummaryrefslogtreecommitdiff
path: root/lua/opt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/opt.lua')
-rw-r--r--lua/opt.lua14
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',