diff options
author | rmagillxyz <[email protected]> | 2021-06-18 16:54:32 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-18 16:54:32 -0400 |
commit | 6211202ce6d37f030d1cc38f6323375ab8ab04ec (patch) | |
tree | 1e0deff1f997c138b9b8d3917a180cdbba3f7c96 /lua/settings.lua | |
parent | 3d95cca6257d8d2ec327e95d3c0fdab7e28e25bb (diff) |
vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug (#479)
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 6bd2aaf1..4343dd2d 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -35,7 +35,6 @@ vim.o.updatetime = 300 -- Faster completion vim.o.timeoutlen = O.timeoutlen -- By default timeoutlen is 1000 ms vim.o.clipboard = "unnamedplus" -- Copy paste between vim and everything else vim.g.nvim_tree_disable_netrw = O.nvim_tree_disable_netrw -- enable netrw for remote gx gf support (must be set before plugin's packadd) -vim.g.loaded_netrwPlugin = 1 -- needed for netrw gx command to open remote links in browser vim.cmd('filetype plugin on') -- filetype detection -- vim.o.guifont = "JetBrainsMono\\ Nerd\\ Font\\ Mono:h18" -- vim.o.guifont = "Hack\\ Nerd\\ Font\\ Mono" |