From d08cb12f57bad2ac3ed7596a4ff310886811f9b4 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 4 Aug 2024 01:00:04 +0200 Subject: [PATCH 1/2] docs: remove redundant line --- lua/pymple/config.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/pymple/config.lua b/lua/pymple/config.lua index 8c5316a..f249d01 100644 --- a/lua/pymple/config.lua +++ b/lua/pymple/config.lua @@ -1,6 +1,5 @@ ---@tag pymple.config ---@brief [[ ---- Plugin configuration --- Configuring the plugin is pretty straightforward at the moment. --- You can decide whether to create user commands or not, how to setup different keymaps, --- which filetypes to update imports for, and whether or not to activate logging. From dc896fea3561306ec2385bf28bc0f0ba3713f9c5 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 3 Aug 2024 23:00:19 +0000 Subject: [PATCH 2/2] [docgen] Update doc/pymple.txt skip-checks: true --- doc/pymple.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/pymple.txt b/doc/pymple.txt index 41ca747..b723b96 100644 --- a/doc/pymple.txt +++ b/doc/pymple.txt @@ -25,10 +25,9 @@ M.setup({opts}) *M.setup()* ================================================================================ CONFIG *pymple.config* -Plugin configuration Configuring the plugin is pretty straightforward at the -moment. You can decide whether to create user commands or not, how to setup -different keymaps, which filetypes to update imports for, and whether or not to -activate logging. +Configuring the plugin is pretty straightforward at the moment. You can decide +whether to create user commands or not, how to setup different keymaps, which +filetypes to update imports for, and whether or not to activate logging. The default configuration is as follows: