Compare commits

...

2 Commits

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"