423 current 1970-01-01 01:00:00 24.05.20240916.086b448 6.6.49-rt41 *

This commit is contained in:
Max Känner 2024-09-18 19:58:56 +02:00
parent 3f14f52f51
commit cdaf1fd04e
2 changed files with 28 additions and 38 deletions

View File

@ -22,7 +22,6 @@ require("lazy").setup({
-- disable some rtp plugins, add more to your liking -- disable some rtp plugins, add more to your liking
disabled_plugins = { disabled_plugins = {
"gzip", "gzip",
"netrwPlugin",
"tarPlugin", "tarPlugin",
"tohtml", "tohtml",
"zipPlugin", "zipPlugin",
@ -30,4 +29,3 @@ require("lazy").setup({
}, },
}, },
} --[[@as LazyConfig]]) } --[[@as LazyConfig]])

View File

@ -1,8 +0,0 @@
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
hijack_netrw_behavior = "disabled",
},
},
}