16 lines
356 B
Lua
16 lines
356 B
Lua
--
|
|
-- Initialize Neovim configuration
|
|
-- ..............................................
|
|
--
|
|
-- Author: Sven Vogel
|
|
-- Created: 01.11.2024
|
|
-- Edited: 01.11.2024
|
|
--
|
|
-- ==============================================
|
|
|
|
-- Load plugin manager
|
|
-- and plugins, additonally setup global options
|
|
require("config.lazy")
|
|
-- install custom keymaps
|
|
require("config.keys")
|