|
@@ -12,11 +12,12 @@ M.config = function()
|
|
},
|
|
},
|
|
highlight = {
|
|
highlight = {
|
|
enable = true, -- false will disable the whole extension
|
|
enable = true, -- false will disable the whole extension
|
|
- additional_vim_regex_highlighting = true,
|
|
|
|
|
|
+ additional_vim_regex_highlighting = false,
|
|
disable = { "latex" },
|
|
disable = { "latex" },
|
|
},
|
|
},
|
|
context_commentstring = {
|
|
context_commentstring = {
|
|
enable = true,
|
|
enable = true,
|
|
|
|
+ enable_autocmd = false,
|
|
config = {
|
|
config = {
|
|
-- Languages that have a single comment style
|
|
-- Languages that have a single comment style
|
|
typescript = "// %s",
|
|
typescript = "// %s",
|
|
@@ -28,9 +29,7 @@ M.config = function()
|
|
json = "",
|
|
json = "",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- -- indent = {enable = true, disable = {"python", "html", "javascript"}},
|
|
|
|
- -- TODO seems to be broken
|
|
|
|
- indent = { enable = true, disable = { "yaml" } },
|
|
|
|
|
|
+ indent = { enable = true, disable = { "yaml", "python" } },
|
|
autotag = { enable = false },
|
|
autotag = { enable = false },
|
|
textobjects = {
|
|
textobjects = {
|
|
swap = {
|
|
swap = {
|