mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix(neovim config): moved from relative number to normal numbering
This commit is contained in:
parent
02ffa531c7
commit
a40f317b8f
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user