From 1734929edd6ceb47fcee53cb9d0a408b41dea14a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 12 Jun 2026 17:02:54 +0200 Subject: misc(nvim): reformat lua files to 100 char line width --- .config/nvim/plugin/50-netrw.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/nvim/plugin/50-netrw.lua') diff --git a/.config/nvim/plugin/50-netrw.lua b/.config/nvim/plugin/50-netrw.lua index f4787cd..7a5e090 100644 --- a/.config/nvim/plugin/50-netrw.lua +++ b/.config/nvim/plugin/50-netrw.lua @@ -22,4 +22,8 @@ vim.g.netrw_liststyle = 3 -- 3: list style vim.g.netrw_winsize = -30 -- 30 columns wide vim.g.netrw_banner = 0 -- No banner -vim.api.nvim_create_user_command("GotoExplorer", explore, { desc = "Open/close/focus netrw window" }) +vim.api.nvim_create_user_command( + "GotoExplorer", + explore, + { desc = "Open/close/focus netrw window" } +) -- cgit v1.3.1