updated nvim telescope

This commit is contained in:
Grace Yoder 2026-02-23 01:22:14 +00:00
parent 10211e502c
commit 5ef027ef6d
2 changed files with 6 additions and 1 deletions

View file

@ -150,6 +150,11 @@ 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")