Fork me on GitHub
#vim
<
2022-05-11
>
sheluchin16:05:24

Anyone else notice that the treesitter highlight module screws up vim-iced evaluation mappings? This seems impossible to evaluate after :TSEnable highlight:

(let [s "x"]                   
  (string/replace s #"x" "{")) 
But after :TSDisable highlight it evals fine. It also seems to mess up brackets when commenting out specific lines with ;. Just wondering if others are seeing this or if it's something I have misconfigured.