⚙️ config(nvim): disabled netrw

This commit is contained in:
Sergio Laín 2024-01-13 23:19:40 +01:00
parent 00d7fffb99
commit a434ea648a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -6,6 +6,13 @@ local opt = vim.g
-- Optimizations on startup
vim.loader.enable()
-- Autoformat on save (Global)
opt.autoformat = true
-- Disable netrw
opt.loaded_netrw = 1
opt.loaded_netrwPlugin = 1
-- Font
opt.gui_font_default_size = 10
opt.gui_font_size = opt.gui_font_default_size