fixed merge

This commit is contained in:
Grace Yoder 2026-02-19 15:18:45 -05:00
commit be13e9d290
No known key found for this signature in database
5 changed files with 24 additions and 8 deletions

View file

@ -26,7 +26,7 @@ require("remap")
if vim.g.is_purdue then
require("westwood-lint")
-- require("westwood-lint")
end
require("standard-lint")
@ -157,6 +157,7 @@ require("godot")
-- Enable experimental UI in neovim-nightly
require('vim._extui').enable({})
if not vim.g.is_purdue then
-- Enable experimental UI in neovim-nightly
require('vim._extui').enable({})
end