mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
fix: cpu usage by noice
This commit is contained in:
parent
74529c72d8
commit
839578bf0c
4 changed files with 14 additions and 15 deletions
|
@ -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" },
|
||||
|
|
|
@ -53,7 +53,6 @@ M.config = function()
|
|||
long_message_to_split = true,
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
throttle = 0,
|
||||
views = {
|
||||
split = {
|
||||
enter = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue