update configuration

This commit is contained in:
Zechert, Frank (EXTERN: Capgemini)
2026-05-19 16:09:16 +02:00
parent d37ec72058
commit 9df5e35b8d
2 changed files with 60 additions and 60 deletions
+3
View File
@@ -29,10 +29,13 @@
(c) Frank Zechert 2026
]]
-- enable loading of precompiled lua modules to improve startup time
vim.loader.enable()
vim.g.mapleader = " "
vim.g.maplocalleader = " "
-- load configuration
require("config.options")
require("config.treesitter")
require("config.autocommands")