Skip to content

Commit 997b3e3

Browse files
committed
docs: ⬆️ Upgrade neovim to 0.11
1 parent ab437e2 commit 997b3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When I was still in college it was common to try multiple programming languages,
1010

1111
## Requirements
1212

13-
- Neovim (>= 0.10)
13+
- Neovim (>= 0.11)
1414

1515
## Install
1616

@@ -449,7 +449,7 @@ local function runTsFile(fileName)
449449
vim.cmd 'vsplit term://'
450450

451451
-- Run the TypeScript file and print the result
452-
vim.fn.termopen('ts-node ' .. fileName)
452+
vim.fn.jobstart('ts-node ' .. fileName)
453453

454454
-- Restore the focus to the original window
455455
vim.fn.win_gotoid(current_win)

0 commit comments

Comments
 (0)