From 0a8704e3a9d3aa72d994a0001da28cb4634ebca7 Mon Sep 17 00:00:00 2001 From: Togglebit Date: Mon, 18 Mar 2024 18:12:15 +0100 Subject: [PATCH] fixed accidental inclusion of the word docker --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index a8869e7a..d4e35498 100644 --- a/init.lua +++ b/init.lua @@ -786,8 +786,7 @@ require('lazy').setup({ -- ... and there is more! -- Check out: https://github.com/echasnovski/mini.nvim end, - },docker - + }, { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate',