diff options
author | Chris <[email protected]> | 2020-08-07 11:51:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-07 11:51:01 -0400 |
commit | bbdc2c3fbd0668b78bde204d365991b1e93c7beb (patch) | |
tree | 850bcb0767b5e1d35e65b1193d4b84bc292b969e /plug-config/illuminate.vim | |
parent | 8af5cb12bfc38bc6f847c4f02e649008dbd0829d (diff) |
using coc-python with pyright
Diffstat (limited to 'plug-config/illuminate.vim')
-rw-r--r-- | plug-config/illuminate.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plug-config/illuminate.vim b/plug-config/illuminate.vim new file mode 100644 index 00000000..75e4a322 --- /dev/null +++ b/plug-config/illuminate.vim @@ -0,0 +1,2 @@ +" have to disable for html for now until I can just blacklist the highlight group +let g:Illuminate_ftblacklist = ['javascript', 'jsx', 'html'] |