Nvim: update all plugins to used ones, disable unused
This commit is contained in:
@@ -18,12 +18,12 @@ return {
|
||||
},
|
||||
exclude_filetypes = {'log'},
|
||||
callbacks = {
|
||||
-- to trigger the close_events of vim.diagnostic.open_float.
|
||||
function ()
|
||||
-- Close floating diag. and make it triggerable again.
|
||||
vim.api.nvim_exec_autocmds("User", { pattern = "MurmurDiagnostics"})
|
||||
vim.w.diag_shown = false
|
||||
end,
|
||||
-- -- to trigger the close_events of vim.diagnostic.open_float.
|
||||
-- function ()
|
||||
-- -- Close floating diag. and make it triggerable again.
|
||||
-- vim.api.nvim_exec_autocmds("User", { pattern = "MurmurDiagnostics"})
|
||||
-- vim.w.diag_shown = false
|
||||
-- end,
|
||||
}
|
||||
}
|
||||
vim.api.nvim_create_autocmd('CursorHold', {
|
||||
|
||||
Reference in New Issue
Block a user