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/tagalong.vim | |
parent | 8af5cb12bfc38bc6f847c4f02e649008dbd0829d (diff) |
using coc-python with pyright
Diffstat (limited to 'plug-config/tagalong.vim')
-rw-r--r-- | plug-config/tagalong.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plug-config/tagalong.vim b/plug-config/tagalong.vim new file mode 100644 index 00000000..3ddd27b4 --- /dev/null +++ b/plug-config/tagalong.vim @@ -0,0 +1,2 @@ +let g:tagalong_filetypes = ['html', 'xml', 'jsx', 'eruby', 'ejs', 'eco', 'php', 'htmldjango', 'javascriptreact', 'typescriptreact', 'javascript'] +let g:tagalong_verbose = 1 |