disable netrw
This commit is contained in:
parent
ac2493d7c9
commit
2c41f65d1e
4
init.lua
4
init.lua
|
@ -42,6 +42,10 @@ P.S. You can delete this when you're done too. It's your config now :)
|
|||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
-- disable netrw in favor of neo-tree
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
-- Install package manager
|
||||
-- https://github.com/folke/lazy.nvim
|
||||
-- `:help lazy.nvim.txt` for more info
|
||||
|
|
Loading…
Reference in New Issue