summaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-24 19:26:31 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-24 19:26:31 +0200
commit64bd0660ef0c27737b46f03e6420d19a1f211cce (patch)
tree14d0db5cec11a4000b578aa4cb867ed3a7abb198 /init.lua
parent0c5c7343e590b573363e2dc757a379c501c04a7f (diff)
downloadnvim-config-64bd0660ef0c27737b46f03e6420d19a1f211cce.tar.gz
nvim-config-64bd0660ef0c27737b46f03e6420d19a1f211cce.zip
misc(nvim): remove netrw plugin
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 69711c2..02a480d 100644
--- a/init.lua
+++ b/init.lua
@@ -254,6 +254,7 @@ vim.opt.listchars = { -- Characters used by 'list'
-- Use a `\` like `CTRL_V` in mappings, abbreviations, user commands and the "to" part of menu commands
-- Useful for example for matching mappings that start with space: `:map \ `
vim.opt.cpoptions:remove("B")
+vim.g.netrw_banner = 0 -- No netrw banner
-- Backup
vim.opt.swapfile = true -- Store a swap file, see `:help swap-file`
vim.opt.undofile = true -- Save buffer undo history