Improve syntax 😁
This commit is contained in:
parent
2906d48260
commit
44a787e6eb
1 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
:set number
|
||||
:set relativenumber
|
||||
:set autoindent
|
||||
:set tabstop=4
|
||||
:set shiftwidth=4
|
||||
:set smarttab
|
||||
:set softtabstop=4
|
||||
:set encoding=UTF-8
|
||||
:set clipboard+=unnamedplus " Allow nvim to copy/paste from/to the clipboard"
|
||||
set number
|
||||
set relativenumber
|
||||
set autoindent
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set smarttab
|
||||
set softtabstop=4
|
||||
set encoding=UTF-8
|
||||
set clipboard+=unnamedplus " Allow nvim to copy/paste from/to the clipboard"
|
||||
|
||||
syntax on " Enable syntax highlighting
|
||||
|
||||
|
|
Loading…
Reference in a new issue