removed requirement for nvim nightly

This commit is contained in:
Grace Yoder 2026-02-22 20:08:25 -05:00
parent b33eac0dcf
commit 8d1ade2704

View file

@ -153,11 +153,3 @@ end
-- https://simondalvai.org/blog/godot-neovim/
require("godot")
if not vim.g.is_purdue then
-- Enable experimental UI in neovim-nightly
require('vim._extui').enable({})
end