Remove logging for LSP

This commit is contained in:
2026-02-16 00:39:32 -05:00
parent 71235817d0
commit b381b8cdf4

View File

@@ -25,3 +25,6 @@ vim.keymap.set("n", "<leader>p", [["+p]])
--For AutoSession.nvim --For AutoSession.nvim
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" 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")