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

@@ -1,7 +1,7 @@
return {
{
"stevearc/conform.nvim",
lazy = true,
lazy = false,
event = { "BufWritePre" },
opts = {
formatters_by_ft = {
@@ -32,7 +32,7 @@ return {
format_on_save = {
lsp_fallback = true,
async = false,
timeout_ms = 500,
timeout_ms = 1000,
},
formatters = {
injected = { options = { ignore_errors = true } },