diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:39:58 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:46:58 +0200 |
| commit | 0c37d2073fe94d24b06fd179b601f765e1f85ad2 (patch) | |
| tree | d149d3d49dd5bd286ff1b942fc5d2fa334372e67 /.config/nvim/plugin/50-netrw.lua | |
| parent | 54861a5b7837475dbf16a747740b73253a4a3a2d (diff) | |
| download | dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.tar.gz dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.zip | |
misc: fix comments and typos
Diffstat (limited to '.config/nvim/plugin/50-netrw.lua')
| -rw-r--r-- | .config/nvim/plugin/50-netrw.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plugin/50-netrw.lua b/.config/nvim/plugin/50-netrw.lua index 4fdbfa6..f4787cd 100644 --- a/.config/nvim/plugin/50-netrw.lua +++ b/.config/nvim/plugin/50-netrw.lua @@ -19,7 +19,7 @@ local function explore() end vim.g.netrw_liststyle = 3 -- 3: list style -vim.g.netrw_winsize = -30 -- 30 colums wide +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" }) |
