From ed1cc05f0047a6cf24f0f0d13950b9dc4a7880c9 Mon Sep 17 00:00:00 2001 From: caem Date: Wed, 25 Dec 2024 18:23:47 +0100 Subject: [PATCH] nvim: Remove cord.nvim --- dotfiles/nvim/lua/plugins/presence.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dotfiles/nvim/lua/plugins/presence.lua diff --git a/dotfiles/nvim/lua/plugins/presence.lua b/dotfiles/nvim/lua/plugins/presence.lua deleted file mode 100644 index 292844a..0000000 --- a/dotfiles/nvim/lua/plugins/presence.lua +++ /dev/null @@ -1,20 +0,0 @@ -return { - "vyfor/cord.nvim", - build = "./build || .\\build", - event = "VeryLazy", - config = function() - require"cord".setup { - editor = { - tooltip = "I will escape this meat prison one day.", - }, - display = { - show_repository = false, - show_cursor_position = true, - }, - lsp = { - show_problem_count = true, - severity = 2, - }, - } - end -}