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 -}