Add .tpp as a cpp alias

This commit is contained in:
Alexander Rosenberg 2023-03-03 21:04:21 -08:00
parent 478d8a3d05
commit 2dcd58be3e
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -190,7 +190,8 @@
:c [ "h" "H" ]
:h [ "c" "C" "cpp" "cxx" "c++" "cc" ]
:cpp [ "hpp" "hxx" "h++" "hh" "h" "H" ]
:hpp [ "cpp" "cxx" "c++" "cc" ])
:tpp [ "hpp" "hxx" "h++" "hh" "h" "H" ]
:hpp [ "cpp" "tpp" "cxx" "c++" "cc" ])
(let [find-other (require :nvim-find-other)]
(vim.api.nvim_create_user_command
"FindOtherFile"