Skip to content

Instantly share code, notes, and snippets.

View faruzzy's full-sized avatar
👻
Gathering the motivation

Roland faruzzy

👻
Gathering the motivation
  • ~/.config
View GitHub Profile
@phuongthuan
phuongthuan / how-to-install-and-upgrade-neovim.md
Last active November 3, 2024 15:09
How to Install, Uninstall and Upgrade Neovim to lastest or specific version

How to install, uninstall and upgrade Neovim

Step to install

  1. Chose Neovim version under Assets section (ex: NVIM v0.7.0)
  2. Download nvim-macos.tar.gz
  3. Extract: tar xzvf nvim-macos.tar.gz
  4. Run ./nvim-osx64/bin/nvim
@liuyanghejerry
liuyanghejerry / index.html
Last active July 3, 2024 14:25
Modern index file in 2017
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<!-- content-type, which overrides http equivalent header. Because of charset, this meta should be set at first. -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- Overrides http equivalent header. This tells IE to use the most updated engine. -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- Tells crawlers how to crawl this page, and the role of this page. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta -->
<meta name="robots" content="index, follow">