Compare commits

..

2 Commits

Author SHA1 Message Date
Zander671 f988a96617 Merge branch 'main' of git.zander.im:Zander671/nvim-config 2023-03-03 21:04:33 -08:00
Zander671 2dcd58be3e Add .tpp as a cpp alias 2023-03-03 21:04:21 -08:00
+2 -1
View File
@@ -126,7 +126,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"