add nixvim
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
globals = {
|
||||
mapleader = " ";
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
action = "<cmd>lua Snacks.explorer.open()<CR>";
|
||||
key = "<leader>e";
|
||||
}
|
||||
{
|
||||
mode = [
|
||||
"n"
|
||||
"x"
|
||||
"o"
|
||||
];
|
||||
action = ''<cmd>lua require("flash").jump()<CR>'';
|
||||
key = "s";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user