modules: move mappings to neovim/init

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9b04107496df27dcda1a24ce000da3f46a6a6964
This commit is contained in:
raf 2026-01-27 12:54:02 +03:00
commit f8f1017411
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 149 additions and 131 deletions

View file

@ -10,7 +10,6 @@
# such as spellchecking, mappings, and the init script (init.vim).
neovim = map (p: ./neovim + "/${p}") [
"init"
"mappings"
];
# Individual plugin modules, separated by the type of plugin.