Skip to content

Commit 4f1f0e8

Browse files
committed
remove plugin nvim-lint
Too slow and the diagnostic does not refresh even when the text has been changed. Tested with typos for markdown files.
1 parent d243eb7 commit 4f1f0e8

2 files changed

Lines changed: 0 additions & 23 deletions

File tree

lua/config/nvim-lint.lua

Lines changed: 0 additions & 17 deletions
This file was deleted.

lua/plugin_specs.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -777,12 +777,6 @@ local plugin_specs = {
777777
require("config.vim-illuminate")
778778
end,
779779
},
780-
{
781-
"mfussenegger/nvim-lint",
782-
config = function()
783-
require("config.nvim-lint")
784-
end,
785-
},
786780
{
787781
"xzbdmw/colorful-menu.nvim",
788782
config = function()

0 commit comments

Comments
 (0)