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/after/ftplugin/lua.lua | |
| parent | 54861a5b7837475dbf16a747740b73253a4a3a2d (diff) | |
| download | dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.tar.gz dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.zip | |
misc: fix comments and typos
Diffstat (limited to '.config/nvim/after/ftplugin/lua.lua')
| -rw-r--r-- | .config/nvim/after/ftplugin/lua.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/ftplugin/lua.lua b/.config/nvim/after/ftplugin/lua.lua index 784915e..eb74daa 100644 --- a/.config/nvim/after/ftplugin/lua.lua +++ b/.config/nvim/after/ftplugin/lua.lua @@ -27,7 +27,7 @@ local function format() end vim.opt_local.textwidth = 120 -- gw wraps at this value -vim.opt_local.colorcolumn = "+1" -- Highlight one column after +vim.opt_local.colorcolumn = "+1" -- Highlight one column after 'textwidth' vim.opt_local.complete = { "o", -- 'omnifunc' } |
