Skip to content

Instantly share code, notes, and snippets.

View Aomitsu's full-sized avatar
😁
Hey, what's up ?

Maxime Aomitsu

😁
Hey, what's up ?
View GitHub Profile
@Aomitsu
Aomitsu / init.vim
Created July 24, 2022 18:39
My nvim config
" yeah, very bad config file I'know
set nocompatible
filetype off
set encoding=utf-8
call plug#begin()
"For fun lmao
Plug 'github/copilot.vim'
Plug 'andweeb/presence.nvim'
.header-title-avatar
{
border-radius: 3px !important;
}
.header-title-name
{
content: 'Maxime' !important;
text-transform: capitalize;
padding-left: 60px !important;
}