diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-12 17:02:54 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-12 22:57:34 +0200 |
| commit | 1734929edd6ceb47fcee53cb9d0a408b41dea14a (patch) | |
| tree | 2bd06885ddd5f91656dfb7851ddb3446e6a2ca74 /.config/nvim/plugin/50-netrw.lua | |
| parent | c3c0fe51524d0e7bbc2d93fb9ee0127db691287a (diff) | |
| download | dotfiles-1734929edd6ceb47fcee53cb9d0a408b41dea14a.tar.gz dotfiles-1734929edd6ceb47fcee53cb9d0a408b41dea14a.zip | |
misc(nvim): reformat lua files to 100 char line width
Diffstat (limited to '.config/nvim/plugin/50-netrw.lua')
| -rw-r--r-- | .config/nvim/plugin/50-netrw.lua | 6 |
1 files changed, 5 insertions, 1 deletions
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" } +) |
