Skip to content

Commit

Permalink
docs: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Jul 3, 2024
1 parent ffdabe5 commit 9fad884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/other_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ There're several config files for Neovim's settings/options:

There're 4 hooks that helps customize these settings:

- `preinit.vim`/`lua/preinit.lua`: Once provided, this vim/lua script will been loaded just after Neovim start, before everything else.
- `postinit.vim`/`lua/postinit.lua`: Once provided, this vim/lua script will been loaded after all the other configurations finished loading.
- `preinit.vim` and `lua/preinit.lua`: Once provided, this vim/lua script will been loaded just after Neovim start, before everything else. You can simply copy and rename [preinit_sample.vim](https://github.com/linrongbin16/lin.nvim/blob/237cebf9a9f08cb23bea40c0127844aa6ab4d5e0/preinit_sample.vim?plain=1) and [lua/preinit_sample.lua](https://github.com/linrongbin16/lin.nvim/blob/237cebf9a9f08cb23bea40c0127844aa6ab4d5e0/lua/preinit_sample.lua?plain=1) to enable it.
- `postinit.vim` and `lua/postinit.lua`: Once provided, this vim/lua script will been loaded after all the other configurations finished loading. You can simply copy and rename [postinit_sample.vim](https://github.com/linrongbin16/lin.nvim/blob/237cebf9a9f08cb23bea40c0127844aa6ab4d5e0/postinit_sample.vim?plain=1) and [lua/postinit_sample.lua](https://github.com/linrongbin16/lin.nvim/blob/237cebf9a9f08cb23bea40c0127844aa6ab4d5e0/lua/postinit_sample.lua?plain=1) to enable it.

0 comments on commit 9fad884

Please sign in to comment.