feat(indent-blank-line): add support for indent-blank-line plugin

The `indent-blank-line` plugin is added to enhance the indentation of blank lines in the code. This improves code readability and makes it easier to navigate through the code. The plugin is configured to use the `ibl` module and is integrated into the existing `absolute.after` module.
This commit is contained in:
David Ibia
2024-01-04 10:37:36 +01:00
parent a57fdb2201
commit 8a786d0420
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1 @@
require("ibl").setup()