1

Refresh generated neovim config

This commit is contained in:
2024-08-15 13:01:03 +02:00
parent 64b51cf53a
commit f5af8e2b28
1836 changed files with 38979 additions and 31094 deletions

View File

@ -60,7 +60,7 @@ M.config = {
languages = {
-- Languages that have a single comment style
astro = '<!-- %s -->',
c = { __default = '// %s', __multiline = '/* %s */' },
c = '/* %s */',
cpp = { __default = '// %s', __multiline = '/* %s */' },
css = '/* %s */',
cue = '// %s',
@ -106,6 +106,10 @@ M.config = {
statement_block = { __default = '// %s', __multiline = '/* %s */' },
spread_element = { __default = '// %s', __multiline = '/* %s */' },
},
templ = {
__default = '// %s',
component_block = '<!-- %s -->',
},
},
---@deprecated Use the languages configuration instead!