Skip to content

Instantly share code, notes, and snippets.

View GllmR's full-sized avatar
πŸ’Ύ
!

GllmR

πŸ’Ύ
!
View GitHub Profile
@GllmR
GllmR / init.lua
Last active October 11, 2024 16:38
One file Neovim configuration
---@diagnostic disable: undefined-global
-------------------
-- EDITOR CONFIG --
-------------------
vim.opt.compatible = false
vim.opt.tabstop = 2 -- Two spaces for tab
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2 -- Two spaces for indentation