adjusted netrw; fixed ctrl+l in netrw

This commit is contained in:
2024-01-06 07:05:54 +01:00
parent fc104536c1
commit 3961a8710e
9 changed files with 97 additions and 51 deletions

View File

@@ -119,6 +119,11 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
url = "https://github.com/neovim/nvim-lspconfig"
},
["nvim-tree-docs"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/nvim-tree-docs",
url = "https://github.com/nvim-treesitter/nvim-tree-docs"
},
["nvim-treesitter"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/nvim-treesitter",