diff options
| author | kiyan <yazdani.kiyan@protonmail.com> | 2022-02-09 21:56:28 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-11 10:42:03 +0100 |
| commit | cf21576b0c60c9e6282af3c053b56949a524d13e (patch) | |
| tree | 8478c6827092deff55e27b3bc78cb37ca4c875ff /doc | |
| parent | chore: remove lua heredocs in documentation and readme (diff) | |
| download | nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.tar nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.tar.gz nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.tar.bz2 nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.tar.lz nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.tar.xz nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.tar.zst nvim-treesitter-cf21576b0c60c9e6282af3c053b56949a524d13e.zip | |
chore: update init.vim refs to init.lua
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 5d3813705..f3f03bfe8 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -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 { |
