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: 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.