mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
Initial Commit
This commit is contained in:
commit
fd4cc7c8e6
31 changed files with 2687 additions and 0 deletions
8
nvim/after/README.md
Normal file
8
nvim/after/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue