Skip to content

Instantly share code, notes, and snippets.

View ScaferuZ's full-sized avatar
🎨
do the needful

d43m0n ScaferuZ

🎨
do the needful
  • Bandung
View GitHub Profile
package main
import (
"database/sql"
"fmt"
"html/template"
"log"
"net/http"
"os"
@ScaferuZ
ScaferuZ / config.lua
Last active December 26, 2024 08:56
lvim config
-- vim options
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.relativenumber = true
vim.opt.laststatus = 3
vim.opt.splitkeep = "screen"
-- general
lvim.log.level = "info"
lvim.format_on_save = {