This commit is contained in:
Christian Nieves
2023-12-08 20:34:09 -06:00
parent cce0eb889e
commit ac8781107d
2 changed files with 18 additions and 34 deletions

View File

@ -4,20 +4,4 @@ return {
"habamax/vim-godot",
cond = not use_google(),
},
{
"QuickGD/quickgd.nvim",
ft = { "gdshader", "gdshaderinc" },
cmd = { "GodotRun", "GodotRunLast", "GodotStart" },
cond = not use_google(),
-- Use opts if passing in settings else use config
init = function()
vim.filetype.add({
extension = {
gdshaderinc = "gdshaderinc",
},
})
end,
config = true,
opts = {}, -- remove config and use this if changing settings.
},
}