Closed CaptainKraft closed 4 years ago
set ft?
~/.vim/pack/...../start/vim-godot/ftplugin/gdscript.vim
(vim-plug and others might use different dirs):scriptnames
, there should be ftplugin/gdscript.vim
thereBasically, make sure you have installed it correctly.
Also try to execute following command when you have opened .gd
file:
command! -buffer -nargs=? -complete=customlist,godot#scene_complete GodotRun call godot#run(<q-args>)
and after it try GodotRun
I'm on Arch Linux using Vim.
It looks like syntax highlighting is working, but for some reason, Vim doesn't recognize the GodotRun commands at all.