nvim-flake/nvim/after/README.md
2024-08-26 22:37:32 -04:00

253 B

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.