home/common | upstream changes
This commit is contained in:
parent
4401ff3199
commit
413397a844
2 changed files with 5 additions and 2 deletions
|
|
@ -115,7 +115,6 @@
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
keys =
|
keys =
|
||||||
"id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B";
|
"id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B";
|
||||||
inheritType = "any";
|
|
||||||
};
|
};
|
||||||
home.file.".links/links.cfg".source = files/links.cfg;
|
home.file.".links/links.cfg".source = files/links.cfg;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,10 @@
|
||||||
nixvim = {
|
nixvim = {
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
{
|
||||||
|
key = "<Tab>";
|
||||||
|
action = ":bnext<CR>";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>t";
|
key = "<leader>t";
|
||||||
action = ":Telescope buffers<CR>";
|
action = ":Telescope buffers<CR>";
|
||||||
|
|
@ -100,7 +104,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
project-nvim.enable = true;
|
project-nvim.enable = true;
|
||||||
snacks.enable = true;
|
# snacks.enable = true;
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue