diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:07:30 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:07:30 +0530 |
commit | db2610c742f2b4c721b7ff102cc6bf114eede557 (patch) | |
tree | 9a3ba31e9e65ddfdbf89aa7af1c02385f96f798f /after/ftplugin/man.lua | |
parent | cd7cdc8dc28367244ef38bab93ddbdf1c17aea02 (diff) |
after/ftplugin/man.lua: dont define signcolumn here
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'after/ftplugin/man.lua')
-rw-r--r-- | after/ftplugin/man.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/after/ftplugin/man.lua b/after/ftplugin/man.lua index e50e3d2..c56a654 100644 --- a/after/ftplugin/man.lua +++ b/after/ftplugin/man.lua @@ -1,6 +1,5 @@ vim.opt_local.number = false vim.opt_local.relativenumber = false -vim.opt_local.signcolumn = 'no' vim.opt_local.scrolloff = 999 vim.keymap.set({ 'n', 'x' }, 'q', 'ZQ', { buffer = true, nowait = true }) |