nvim: Remove line numbers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
25f07b9b99
commit
cae810ad02
1 changed files with 0 additions and 2 deletions
|
@ -117,7 +117,6 @@ set secure " Disallow use of autocmd, shell and write in local rc
|
||||||
set showcmd " Show (partial) command in status line.
|
set showcmd " Show (partial) command in status line.
|
||||||
set showmatch " Show matching brackets.
|
set showmatch " Show matching brackets.
|
||||||
set ruler " Show the line and column numbers of the cursor.
|
set ruler " Show the line and column numbers of the cursor.
|
||||||
set number " Show the line numbers on the left side.
|
|
||||||
set formatoptions+=o " Continue comment marker in new lines.
|
set formatoptions+=o " Continue comment marker in new lines.
|
||||||
set formatoptions+=j " Delete comment character when joining commented lines
|
set formatoptions+=j " Delete comment character when joining commented lines
|
||||||
set textwidth=78 " Hard-wrap long lines as you type them.
|
set textwidth=78 " Hard-wrap long lines as you type them.
|
||||||
|
@ -141,7 +140,6 @@ set foldmethod=syntax " Create folds based on files syntax
|
||||||
set nofoldenable " Open folds by default
|
set nofoldenable " Open folds by default
|
||||||
set undofile " Enable undo persistence across sessions
|
set undofile " Enable undo persistence across sessions
|
||||||
set hidden " Required by LC
|
set hidden " Required by LC
|
||||||
set relativenumber
|
|
||||||
|
|
||||||
" Wild menu
|
" Wild menu
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|
Loading…
Reference in a new issue