From b381b8cdf4fc18f96ecbd6e098fd6d47f5b6afe1 Mon Sep 17 00:00:00 2001 From: AeroGlory Date: Mon, 16 Feb 2026 00:39:32 -0500 Subject: [PATCH] Remove logging for LSP --- lua/aeroglory/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/aeroglory/init.lua b/lua/aeroglory/init.lua index 4c35129..99dd721 100644 --- a/lua/aeroglory/init.lua +++ b/lua/aeroglory/init.lua @@ -25,3 +25,6 @@ vim.keymap.set("n", "p", [["+p]]) --For AutoSession.nvim vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" + +--Rust makes this inflate faster than a furry with a strange fetish +vim.lsp.set_log_level("off")