This commit is contained in:
2026-02-21 22:43:41 +03:00
parent 3e550e0d78
commit cc14ec3345
24 changed files with 7126 additions and 16 deletions

10
.config/nvim/init.lua Normal file
View File

@@ -0,0 +1,10 @@
vim.o.number = true
vim.o.relativenumber = true
vim.o.cursorline = true
vim.o.wrap = false
vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.shiftwidth = 2
-- Plugins bootstrap
require("config.lazy")