Skip to content

Commit

Permalink
doc: add note to readme about backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed May 23, 2024
1 parent 9c47aa5 commit 84768b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ If you need to use Tabnine on Windows and Unix you can change the config as foll
```lua
-- Get platform dependant build script
local function tabnine_build_path()
-- Replace vim.uv with vim.loop if using NVIM 0.9.0 or below
if vim.uv.os_uname().sysname == "Windows_NT" then
return "pwsh.exe -file .\\dl_binaries.ps1"
else
Expand Down

0 comments on commit 84768b0

Please sign in to comment.