Skip to content

Instantly share code, notes, and snippets.

@hellupline
hellupline / init.lua
Created October 7, 2023 01:08
minimal vim setup for bugreport
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath })
end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
{
"nvim-treesitter/nvim-treesitter",
cmd = {
@hellupline
hellupline / index.html
Created July 17, 2024 23:42
example html widgets
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="css-tookkit" />
<meta name="author" content="hellupline" />
<title>CSS Toolkit</title>
<style type="text/css">