chore: update init.vim refs to init.lua

This commit is contained in:
kiyan 2022-02-09 21:56:28 +01:00 committed by Stephan Seitz
parent 2e67eace75
commit cf21576b0c
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ To get a list of supported languages
<
By default, everything is disabled.
To enable supported features, put this in your `init.vim` file:
To enable supported features, put this in your `init.lua` file:
>
require'nvim-treesitter.configs'.setup {
@ -75,7 +75,7 @@ you can add your own queries too, see |nvim-treesitter-query-extensions|.
All modules are disabled by default, and some provide default keymaps.
Each module corresponds to an entry in the dictionary passed to the
`nvim-treesitter.configs.setup` function, this should be in your `init.vim` file.
`nvim-treesitter.configs.setup` function, this should be in your `init.lua` file.
>
require'nvim-treesitter.configs'.setup {