From 8baf5a8e825a914da6b7e54ccd411f78c2a206da Mon Sep 17 00:00:00 2001 From: Tyler White Date: Sat, 11 May 2024 17:53:53 -0700 Subject: [PATCH] Trying to get godot highlight to work... --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {