fix(neovim config): moved from relative number to normal numbering

This commit is contained in:
Vlad Doster 2020-01-22 20:16:39 -05:00
parent 02ffa531c7
commit a40f317b8f

View File

@ -32,7 +32,7 @@ set clipboard+=unnamedplus
filetype plugin on filetype plugin on
syntax on syntax on
set encoding=utf-8 set encoding=utf-8
set number relativenumber set number
" Enable autocompletion: " Enable autocompletion:
set wildmode=longest,list,full set wildmode=longest,list,full
" Disables automatic commenting on newline: " Disables automatic commenting on newline: