mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-21 19:24:54 +02:00
Updated 7. Contoh Custom Plugins (markdown)
parent
cb5cd35953
commit
635944a9cb
1 changed files with 6 additions and 0 deletions
|
@ -1386,6 +1386,12 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
vim.opt.lazyredraw = false
|
vim.opt.lazyredraw = false
|
||||||
require("noice").setup({
|
require("noice").setup({
|
||||||
|
messages = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
notify = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
lsp = {
|
lsp = {
|
||||||
progress = {
|
progress = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue