disable netrw on initial load, load neo-tree instead
This commit is contained in:
parent
1eb578b815
commit
a262dc2b60
|
|
@ -4,8 +4,8 @@
|
|||
-- See the kickstart.nvim README for more information
|
||||
|
||||
-- disable netrw at the very start of your init.lua
|
||||
-- vim.g.loaded_netrw = 1
|
||||
-- vim.g.loaded_netrwPlugin = 1
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
-- set termguicolors to enable highlight groups
|
||||
vim.opt.termguicolors = true
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ return {
|
|||
keys = {
|
||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
},
|
||||
lazy = false,
|
||||
opts = {
|
||||
filesystem = {
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue