Improve syntax 😁

This commit is contained in:
Anas Elgarhy 2022-05-03 16:23:43 +02:00
parent 2906d48260
commit 44a787e6eb

View file

@ -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