Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ function! UserConfig()
" If your terminal(-emulator) supports true colors, uncomment the line below
" call s:enable_termgui()

" If your want open mouse support, uncomment the line below
" set mouse-=a

" If your don't want relative number, uncomment the line below
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo -> If you don't want the relative number

" set norelativenumber

endfunction
```

Expand Down