1 2 3 4 5 6 7
o.colorcolumn = '80' -- require('nvim-treesitter.highlight').set_custom_captures { -- ['docstring'] = 'Comment', -- } vim.api.nvim_set_hl(0, '@docstring', { link = 'Comment' })