Skip to content

Instantly share code, notes, and snippets.

View lei1024's full-sized avatar
🎯
Focusing

lei1024

🎯
Focusing
View GitHub Profile
@lei1024
lei1024 / .ideavimrc
Created May 31, 2023 03:54 — forked from PisecesPeng/.ideavimrc
here is my .vimrc with idea, and :actionlist (IdeaVim v2.1.0)
"" Source your .vimrc
"source ~/.vimrc
let mapleader = "\<space>"
" 防止leader键移动
nnoremap <space> <nop>
vnoremap <space> <nop>
""" Plugins --------------------------------
@lei1024
lei1024 / index.pug
Created January 11, 2023 07:03
Neumorphism Login Form
doctype html
html(lang="es", dir="ltr")
head
meta(name="viewport", content="width=device-width, user-scalable=no, initial-scale=1.0")
meta(charset="utf-8")
link(rel="stylesheet", type="text/css", href="main.css")
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap" rel="stylesheet">
body