2024-11-01 15:48:32 +00:00
|
|
|
|
|
|
|
--
|
|
|
|
-- Initialize Neovim configuration
|
|
|
|
-- ..............................................
|
|
|
|
--
|
|
|
|
-- Author: Sven Vogel
|
|
|
|
-- Created: 01.11.2024
|
|
|
|
-- Edited: 01.11.2024
|
|
|
|
--
|
|
|
|
-- ==============================================
|
|
|
|
|
|
|
|
-- Load plugin manager
|
|
|
|
-- and plugins, additonally setup global options
|
2024-11-01 12:36:57 +00:00
|
|
|
require("config.lazy")
|
2024-11-01 15:48:32 +00:00
|
|
|
-- install custom keymaps
|
2024-10-31 09:54:50 +00:00
|
|
|
require("config.keys")
|