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/plugins.lua | |
parent | 3d95cca6257d8d2ec327e95d3c0fdab7e28e25bb (diff) |
vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug (#479)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 352f97cb..13091cff 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -89,6 +89,9 @@ return require("packer").startup(function(use) -- Zen Mode use {"Pocco81/TrueZen.nvim", opt = true} + -- Sane gx for netrw_gx bug + use {"felipec/vim-sanegx"} + require_plugin("nvim-lspconfig") require_plugin("lspsaga.nvim") require_plugin("nvim-lspinstall") |