diff --git a/init.lua b/init.lua index 558676c..0ead409 100644 --- a/init.lua +++ b/init.lua @@ -17,7 +17,7 @@ require("lazy").setup({ { "nvim-telescope/telescope.nvim", dependencies = {"nvim-lua/plenary.nvim"} }, "windwp/nvim-autopairs", "sheerun/vim-polyglot", - "habamax/vim-godot", + {"habamax/vim-godot", lazy=false }, }) require('statusline') --require('packer_init') @@ -36,7 +36,7 @@ vim.opt.smartindent = true vim.opt.wrap = false require('nvim-treesitter.configs').setup { - ensure_installed = { "c", "cpp", "lua", "go", "python", "sql" }, + ensure_installed = { "c", "cpp", "lua", "go", "godot_resource", "python", "sql" }, sync_install = false, auto_install = false, highlight = {