fix: enable builtin vim syntax highlighting for python
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user