chore(nvim):

- Hide deprecation messages
- conform.nvim: None lazy load, higher timeout
- vim: Lower keypress timeout to `300`
This commit is contained in:
Pratik Tripathy
2025-11-23 00:01:37 +05:30
parent 8c6278d7b6
commit 835cd42d57
4 changed files with 8 additions and 4 deletions

View File

@@ -19,3 +19,7 @@ vim.g.markdown_recommended_style = 0
vim.g.have_nerd_font = true
vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "" }
-- WARN: Hides all LspSaga deprecation warnings
---@diagnostic disable-next-line: duplicate-set-field
vim.deprecate = function() end