Init from other configuration repository. This is just a backup and will be refactored soon

This commit is contained in:
2025-08-29 09:39:04 +02:00
parent 10bb9086e0
commit 524673abfc
19 changed files with 1963 additions and 0 deletions

12
init.lua Normal file
View File

@@ -0,0 +1,12 @@
-- Nvim config by Jonas Hahn
-- set a diff flag
-- this stands for diff mode
if vim.o.diff then
vim.g.diffm = true
else
vim.g.diffm = false
end
require("config.init")