mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug (#479)
This commit is contained in:
parent
3d95cca625
commit
6211202ce6
3 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue