Skip to content

Commit

Permalink
docs: remove deprecated option smart_move (#844)
Browse files Browse the repository at this point in the history
Option `smart_move` was deprecated since b6ae820
  • Loading branch information
b0ae989c authored Jun 7, 2024
1 parent ea64f3c commit 39729bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,6 @@ Check the [wiki](https://github.com/folke/noice.nvim/wiki/Configuration-Recipes)
health = {
checker = true, -- Disable if you don't want health checks to run
},
smart_move = {
-- noice tries to move out of the way of existing floating windows.
enabled = true, -- you can disable this behaviour here
-- add any filetypes here, that shouldn't trigger smart move.
excluded_filetypes = { "cmp_menu", "cmp_docs", "notify" },
},
---@type NoicePresets
presets = {
-- you can enable a preset by setting it to true, or a table that will override the preset config
Expand Down

0 comments on commit 39729bf

Please sign in to comment.