mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
14 lines
216 B
Lua
14 lines
216 B
Lua
-- Experimental UI plugin
|
|
-- https://github.com/folke/noice.nvim
|
|
return {
|
|
"folke/noice.nvim",
|
|
cond = vim.g.vscode == nil,
|
|
opts = {
|
|
lsp = {
|
|
progress = {
|
|
enabled = false,
|
|
},
|
|
},
|
|
},
|
|
}
|