⚙️ config(nvim): disable netrw plugin in lazy defined table for plugins, instead of using vim global options
This commit is contained in:
parent
7601a53fd2
commit
3154cae459
2 changed files with 1 additions and 4 deletions
|
@ -36,6 +36,7 @@ require("lazy").setup({
|
||||||
"tarPlugin",
|
"tarPlugin",
|
||||||
"tohtml",
|
"tohtml",
|
||||||
"tutor",
|
"tutor",
|
||||||
|
"netrwPlugin",
|
||||||
"zipPlugin",
|
"zipPlugin",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -9,10 +9,6 @@ vim.loader.enable()
|
||||||
-- Autoformat on save (Global)
|
-- Autoformat on save (Global)
|
||||||
opt.autoformat = true
|
opt.autoformat = true
|
||||||
|
|
||||||
-- Disable netrw
|
|
||||||
opt.loaded_netrw = 1
|
|
||||||
opt.loaded_netrwPlugin = 1
|
|
||||||
|
|
||||||
-- Font
|
-- Font
|
||||||
opt.gui_font_default_size = 10
|
opt.gui_font_default_size = 10
|
||||||
opt.gui_font_size = opt.gui_font_default_size
|
opt.gui_font_size = opt.gui_font_default_size
|
||||||
|
|
Loading…
Add table
Reference in a new issue