disable netrw on initial load, load neo-tree instead

This commit is contained in:
StuartStephens 2025-03-30 19:06:48 -04:00
parent 1eb578b815
commit a262dc2b60
2 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,8 @@
-- See the kickstart.nvim README for more information -- See the kickstart.nvim README for more information
-- disable netrw at the very start of your init.lua -- disable netrw at the very start of your init.lua
-- vim.g.loaded_netrw = 1 vim.g.loaded_netrw = 1
-- vim.g.loaded_netrwPlugin = 1 vim.g.loaded_netrwPlugin = 1
-- set termguicolors to enable highlight groups -- set termguicolors to enable highlight groups
vim.opt.termguicolors = true vim.opt.termguicolors = true

View File

@ -13,6 +13,7 @@ return {
keys = { keys = {
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true }, { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
}, },
lazy = false,
opts = { opts = {
filesystem = { filesystem = {
window = { window = {