summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/python.lua
blob: 8fa85a61e701417185f047639cf7be11521ec9ec (plain) (blame)
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' })
remember that computers suck.