fix: enable builtin vim syntax highlighting for python

This commit is contained in:
2024-06-12 09:12:42 +02:00
parent 8b762db642
commit 1eecb2e60e
+1 -1
View File
@@ -28,7 +28,7 @@ return {
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
-- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = { "org", "php" },
additional_vim_regex_highlighting = { "org", "php", "python" },
},
},
config = function(_, opts)