add hlchunk

pull/1444/head
Eric Olerud 7 months ago
parent 28cee44bf2
commit 15e73b7600

@ -806,7 +806,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'vim', 'vimdoc', 'toml', 'css' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {

@ -0,0 +1,11 @@
return {
'shellRaining/hlchunk.nvim',
event = { 'BufReadPre', 'BufNewFile' },
config = function()
require('hlchunk').setup {
chunk = {
enable = true,
},
}
end,
}
Loading…
Cancel
Save