mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 01:14:30 +02:00
update comment string config
This commit is contained in:
parent
ba6b07f90a
commit
767c87e887
2 changed files with 16 additions and 16 deletions
|
@ -13,21 +13,21 @@ configs.setup({
|
|||
disable = { "css" }, -- list of language that will be disabled
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
enable_autocmd = false,
|
||||
config = {
|
||||
-- Languages that have a single comment style
|
||||
typescript = "// %s",
|
||||
css = "/* %s */",
|
||||
scss = "/* %s */",
|
||||
html = "<!-- %s -->",
|
||||
svelte = "<!-- %s -->",
|
||||
vue = "<!-- %s -->",
|
||||
jsx = "{/* %s */}",
|
||||
json = "",
|
||||
},
|
||||
},
|
||||
-- context_commentstring = {
|
||||
-- enable = true,
|
||||
-- enable_autocmd = false,
|
||||
-- config = {
|
||||
-- Languages that have a single comment style
|
||||
-- typescript = "// %s",
|
||||
-- css = "/* %s */",
|
||||
-- scss = "/* %s */",
|
||||
-- html = "<!-- %s -->",
|
||||
-- svelte = "<!-- %s -->",
|
||||
-- vue = "<!-- %s -->",
|
||||
-- jsx = "{/* %s */}",
|
||||
-- json = "",
|
||||
-- },
|
||||
-- },
|
||||
rainbow = {
|
||||
enable = true,
|
||||
disable = { "html" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue