Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
globals = {
|
||||
mapleader = "\\";
|
||||
maplocalleader = "\\";
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
key = "<leader>n";
|
||||
action = "<cmd>Neotree<CR>";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user