Skip to content

Instantly share code, notes, and snippets.

View SkyLissh's full-sized avatar

Alisson Lopez SkyLissh

  • México
View GitHub Profile
@SkyLissh
SkyLissh / .vimrc
Last active April 7, 2022 06:39
Vim configuration & Plugins
set number
set mouse=a
set numberwidth=1
set clipboard=unnamedplus
syntax enable
set showcmd
set ruler
set encoding=utf-8
set showmatch
set sw=2