From 87bfde176860bcf57b59c564cfe2d39f9ebf0e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 22 Dec 2023 17:36:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(nvim):=20indent=20correcte?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/package-info.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/editor/package-info.lua b/.config/nvim/lua/plugins/extras/editor/package-info.lua index 0060bce3..81761608 100644 --- a/.config/nvim/lua/plugins/extras/editor/package-info.lua +++ b/.config/nvim/lua/plugins/extras/editor/package-info.lua @@ -18,12 +18,9 @@ return { { "voldikss/vim-floaterm", optional = true, + -- stylua: ignore keys = { - { - "pp", - "FloatermNew --disposable --name=lazynpm --opener=edit --titleposition=center --height=0.85 --width=0.85 --cwd= lazynpm", - desc = "Lazynpm", - }, + { "pp", "FloatermNew --disposable --name=lazynpm --opener=edit --titleposition=center --height=0.85 --width=0.85 --cwd= lazynpm", desc = "Lazynpm", }, }, }, {