Trying to get godot highlight to work...

This commit is contained in:
Tyler White 2024-05-11 17:53:53 -07:00
parent 3aa91aaa71
commit 8baf5a8e82
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ require("lazy").setup({
{ "nvim-telescope/telescope.nvim", dependencies = {"nvim-lua/plenary.nvim"} }, { "nvim-telescope/telescope.nvim", dependencies = {"nvim-lua/plenary.nvim"} },
"windwp/nvim-autopairs", "windwp/nvim-autopairs",
"sheerun/vim-polyglot", "sheerun/vim-polyglot",
"habamax/vim-godot", {"habamax/vim-godot", lazy=false },
}) })
require('statusline') require('statusline')
--require('packer_init') --require('packer_init')
@ -36,7 +36,7 @@ vim.opt.smartindent = true
vim.opt.wrap = false vim.opt.wrap = false
require('nvim-treesitter.configs').setup { 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, sync_install = false,
auto_install = false, auto_install = false,
highlight = { highlight = {