dotfiles/lua/plugins/vim-godot.lua
Joshua Finch 487f874984 Massive rewrite and modularization of the existing neovim config to
break it up into multiple files and to use a maintained package manager
(lazy.nvim)
2024-02-29 21:22:09 -06:00

5 lines
57 B
Lua

return {
'habamax/vim-godot',
ft = 'gdscript',
}