diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-03-02 07:29:23 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 1fb53f52d42859fe9d9d2fd8927e69194bd9b1b4 (patch) | |
tree | 3a401a582a37de022733b880d43f874a9d6754dc | |
parent | 0790233d1ea38eb37a134e9ca620b2d989a75c80 (diff) | |
download | dotnvim-1fb53f52d42859fe9d9d2fd8927e69194bd9b1b4.tar.gz dotnvim-1fb53f52d42859fe9d9d2fd8927e69194bd9b1b4.zip |
Include files are cpp
-rw-r--r-- | treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/treesitter.lua b/treesitter.lua index 76665bd..33d3725 100644 --- a/treesitter.lua +++ b/treesitter.lua @@ -2,7 +2,7 @@ -- -- use :TSInstall <lang> to install languages -- --- go, scala, c, python, ... +-- go, scala, c & cpp, python, ... -- require'nvim-treesitter.configs'.setup { highlight = { |