Refactore nvim config

This commit is contained in:
Martin Pander
2026-02-10 22:00:42 +01:00
parent eb1c83806d
commit 65cc61773f
7 changed files with 100 additions and 87 deletions

7
nvim/init.lua Normal file
View File

@@ -0,0 +1,7 @@
-- init.lua
-- This file is managed by Nix, but requires standard Lua modules from the lua/ directory
require('base')
require('keymaps')
require('plugins')
require('filetype')