🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ftplugin: fix help tag alignment

robin ef81c006 92f63499

+2 -2
+2 -2
config/after/ftplugin/help.lua
··· 1 - local target_width = vim.bo.textwidth > 0 and vim.bo.textwidth or 80 2 - 3 1 local justify_right_second_col = function(parts, _) 2 + local target_width = vim.bo.textwidth > 0 and vim.bo.textwidth or 80 3 + 4 4 -- For the line 'aaa *aaa*' the row is `{ 'aaa', ' ', '*aaa*'}` 5 5 for _, row in ipairs(parts) do 6 6 -- Make sure that separator column doesn't affect