make cursor goaway after open a text file
When the file is opened, the cursor is automatically positioned in the first line and enters the editing mode, which affects the display effect of the first line
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.