Skip to content

Instantly share code, notes, and snippets.

View bytegolang's full-sized avatar
🌴
假期中

bytegolang

🌴
假期中
View GitHub Profile
@MarioCarrion
MarioCarrion / init.vim
Last active July 16, 2023 14:30
Basic nvim configuration
let mapleader = ","
filetype on
filetype indent on
filetype plugin on
set encoding=UTF-8
syntax on
set nocompatible