feat: add support for after directory

This commit is contained in:
Marc Jakobi
2023-12-29 00:45:41 +01:00
parent 7cebbc9711
commit e58992e1d2
3 changed files with 25 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
## `after` directory
Scripts put in
- `after/plugin` will be sourced *after* init.lua
or any other scripts are sourced during startup.
- `after/ftplugin` will be sourced when opening a
filetype, *after* any other `ftplugin` scripts are sourced.