nix.nvim/nvim/after/README.md
2024-03-06 02:24:31 +01:00

9 lines
253 B
Markdown

## `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.