updated plugin

This commit is contained in:
Grace Yoder 2026-02-25 16:35:17 +00:00
parent ca6bb218fb
commit c655235dbd
2 changed files with 44 additions and 9 deletions

View file

@ -149,12 +149,5 @@ if vim.env.TMUX ~= nil then
}
end
if vim.treesitter.language.ft_to_lang == nil then
vim.treesitter.language.ft_to_lang = function(ft)
return ft
end
end
-- https://simondalvai.org/blog/godot-neovim/
require("godot")