Add .tpp as a cpp alias
This commit is contained in:
		@ -190,7 +190,8 @@
 | 
				
			|||||||
                :c [ "h" "H" ]
 | 
					                :c [ "h" "H" ]
 | 
				
			||||||
                :h [ "c" "C" "cpp" "cxx" "c++" "cc" ]
 | 
					                :h [ "c" "C" "cpp" "cxx" "c++" "cc" ]
 | 
				
			||||||
                :cpp [ "hpp" "hxx" "h++" "hh" "h" "H" ]
 | 
					                :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)]
 | 
					        (let [find-other (require :nvim-find-other)]
 | 
				
			||||||
          (vim.api.nvim_create_user_command
 | 
					          (vim.api.nvim_create_user_command
 | 
				
			||||||
            "FindOtherFile"
 | 
					            "FindOtherFile"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user