summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua9
1 files changed, 6 insertions, 3 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 0553226f..83ff1cc2 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -1,6 +1,7 @@
CONFIG_PATH = vim.fn.stdpath('config')
DATA_PATH = vim.fn.stdpath('data')
CACHE_PATH = vim.fn.stdpath('cache')
+TERMINAL = vim.fn.expand('$TERMINAL')
O = {
auto_close_tree = 0,
@@ -18,6 +19,8 @@ O = {
ignore_case = true,
smart_case = true,
lushmode = false,
+ hl_search = false,
+ transparent_window = false;
leader_key = "space";
-- @usage pass a table with your desired languages
@@ -145,9 +148,9 @@ O = {
virtual_text = {spacing = 0, prefix = "ï„‘"},
signs = true,
underline = true,
- cross_file_rename = true,
- header_insertion = 'never'
- }
+ },
+ cross_file_rename = true,
+ header_insertion = 'never'
},
ruby = {
diagnostics = {