modules/neovim: move all mapping options to

This commit is contained in:
raf 2024-04-21 02:27:42 +03:00
commit eb8d75a4ae
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 103 additions and 100 deletions

View file

@ -1,6 +1,6 @@
{
imports = [
./config.nix
#./options.nix
./options.nix
];
}