fix: cpu usage by noice

This commit is contained in:
Mariano Z. 2025-02-09 09:15:30 -03:00
parent 74529c72d8
commit 839578bf0c
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
4 changed files with 14 additions and 15 deletions

View file

@ -9,6 +9,7 @@ return {
formatters_by_ft = {
graphql = { "prettierd", "prettier" },
njk = { "prettierd", "prettier" },
svelte = { lsp_format = "fallback" },
html = { "prettierd", "prettier" },
typescript = { "prettierd", "prettier" },
lua = { "stylua" },

View file

@ -53,7 +53,6 @@ M.config = function()
long_message_to_split = true,
lsp_doc_border = true,
},
throttle = 0,
views = {
split = {
enter = true,