Skip to content

Instantly share code, notes, and snippets.

View IvanDyachenko's full-sized avatar
🕯️
cursed days

Ivan Dyachenko IvanDyachenko

🕯️
cursed days
View GitHub Profile
@IvanDyachenko
IvanDyachenko / init.lua
Created October 13, 2024 16:18 — forked from spy16/init.lua
vim.g.mapleader = ","
vim.g.maplocalleader = ","
vim.g.have_nerd_font = true
-- ======================================================================
-- ========================== Basic Options =============================
-- ======================================================================
-- Set leader key.
vim.opt.updatetime = 250
vim.opt.undofile = true