From e620d1dfe1e8f8e899fa0cfdb037d64827735ff3 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 3 Sep 2026 16:47:31 +0200 Subject: remove otter.nvim --- nvim/lua/config/plugins.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nvim/lua') diff --git a/nvim/lua/config/plugins.lua b/nvim/lua/config/plugins.lua index afb9fe7..29853a2 100644 --- a/nvim/lua/config/plugins.lua +++ b/nvim/lua/config/plugins.lua @@ -70,12 +70,4 @@ return { { "LunarVim/bigfile.nvim" }, -- Plugin for formatters. See formatters.lua for configs { "stevearc/conform.nvim" }, - -- allows LSP for embedded languages (e.g. bash inside of yaml) - { - "jmbuhr/otter.nvim", - dependencies = { - "nvim-treesitter/nvim-treesitter", - }, - opts = {}, - }, } -- cgit v1.3.1