docs: add nvim-tree-netrw (#2222)
* docs: add nvim-tree-netrw * docs: add nvim-tree-netrw
This commit is contained in:
committed by
GitHub
parent
b1e074d2b5
commit
9ef6c3cd88
@@ -46,10 +46,12 @@ Please install via your preferred package manager. See [Installation](https://gi
|
||||
|
||||
## Quick Start
|
||||
|
||||
Disabling [netrw](https://neovim.io/doc/user/pi_netrw.html) is strongly advised, see [:help nvim-tree-netrw](doc/nvim-tree-lua.txt)
|
||||
|
||||
Setup the plugin in your `init.lua`
|
||||
|
||||
```lua
|
||||
-- disable netrw at the very start of your init.lua (strongly advised)
|
||||
-- disable netrw at the very start of your init.lua
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user