diff options
author | christianchiarulli <[email protected]> | 2021-07-03 16:34:43 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-03 16:34:43 -0400 |
commit | 8f37e7f2784b56d918f64960fd7b5c02947904f4 (patch) | |
tree | 779334acd01341786e81f00140a18bd91403b168 /lua/default-config.lua | |
parent | 703fdfd48d966c8a74085e9d77816fa76070b65a (diff) | |
parent | 80bda1932308dcaac74958ef771a9c060446f093 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 9 |
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 = { |