refactor(plugins/astrocore): move some settings out of plugin
This commit is contained in:
parent
2b6a512de0
commit
1677fceed9
15 changed files with 720 additions and 778 deletions
10
config/keymaps/default.nix
Normal file
10
config/keymaps/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
keymaps =
|
||||
(import ./buffers.nix)
|
||||
++ (import ./diagnostics.nix)
|
||||
++ (import ./splits.nix)
|
||||
++ (import ./standard.nix)
|
||||
++ (import ./tabs.nix)
|
||||
++ (import ./terminal.nix)
|
||||
++ (import ./toggles.nix);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue