summaryrefslogtreecommitdiff
path: root/lua/lv-globals.lua
diff options
context:
space:
mode:
authorrmagillxyz <[email protected]>2021-05-27 00:04:15 -0400
committerGitHub <[email protected]>2021-05-27 00:04:15 -0400
commit31fcd6c1dfe47370ffc12835cb410a0cabe66cbc (patch)
treeca0508b5b8c2a50f0422c820d490594fa11cd30d /lua/lv-globals.lua
parent69c13aaae4f7694f88b8dedda79c9d48f5dde976 (diff)
bug fix for netrw's gx command (#431)
* open remote link in browser correctly with gx, not in a tmp file
Diffstat (limited to 'lua/lv-globals.lua')
-rw-r--r--lua/lv-globals.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lv-globals.lua b/lua/lv-globals.lua
index d8065b27..43b5437e 100644
--- a/lua/lv-globals.lua
+++ b/lua/lv-globals.lua
@@ -11,8 +11,8 @@ O = {
number = true,
relative_number = true,
shell = 'bash',
- timeoutlen = 100,
- nvim_tree_disable_netrw = 0, -- "1 by default, disables netrw (must be set before plugin's packadd)
+ timeoutlen = 100,
+ nvim_tree_disable_netrw = 0,
-- @usage pass a table with your desired languages
treesitter = {