if !has('nvim') finish endif packadd cscope_maps.nvim nmap css :Cscope find s =expand("") nmap csg :Cscope find g =expand("") nmap csc :Cscope find c =expand("") nmap cst :Cscope find t =expand("") nmap cse :Cscope find e =expand("") nmap csf :Cscope find f =expand("") nmap csi :Cscope find i ^=expand("")$ nmap csd :Cscope find d =expand("") nmap csa :Cscope find a =expand("") nmap cs :Cscope find nmap :Cstag =expand('') lua <