mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 12:34:28 +02:00
update comment string config
This commit is contained in:
parent
ba6b07f90a
commit
767c87e887
2 changed files with 16 additions and 16 deletions
|
@ -20,7 +20,7 @@
|
|||
"indent-blankline.nvim": { "branch": "master", "commit": "29be0919b91fb59eca9e90690d76014233392bef" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "96584866b9c5e998cbae300594d0ccfd0c464627" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "2248ef254d0a1488a72041cfb45ca9caada6d994" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "f522b5439bedac0225daf8d2fedb5039b59e83ee" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "4eb8e15e3c0757303d4c6dea64d2981fc679e990" },
|
||||
"mason-null-ls.nvim": { "branch": "main", "commit": "d1f7258f80867f718d643d88eee66959671a4bef" },
|
||||
"mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" },
|
||||
"mini.animate": { "branch": "main", "commit": "626c51eba5d344572d6da0938044a73369de8b8b" },
|
||||
|
|
|
@ -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 = {
|
||||
-- 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 = "",
|
||||
},
|
||||
},
|
||||
-- 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