mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Added in yarn and added neotree to nvf config and keybinding for toggling it
This commit is contained in:
parent
632a497c11
commit
42d20e49a4
@ -69,6 +69,7 @@
|
||||
usbutils
|
||||
v4l-utils
|
||||
virt-viewer
|
||||
yarn
|
||||
wget
|
||||
];
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
key = "jk";
|
||||
mode = ["i"];
|
||||
action = "<ESC>";
|
||||
desc = "Exit insert mode with jk";
|
||||
desc = "Exit insert mode";
|
||||
}
|
||||
{
|
||||
key = "<leader>nh";
|
||||
@ -33,17 +33,23 @@
|
||||
desc = "Clear search highlights";
|
||||
}
|
||||
{
|
||||
key = "<leader>F";
|
||||
key = "<leader>ff";
|
||||
mode = ["n"];
|
||||
action = "<cmd>Telescope find_files<cr>";
|
||||
desc = "Search files by name";
|
||||
}
|
||||
{
|
||||
key = "<leader>ff";
|
||||
key = "<leader>lg";
|
||||
mode = ["n"];
|
||||
action = "<cmd>Telescope live_grep<cr>";
|
||||
desc = "Search files by contents";
|
||||
}
|
||||
{
|
||||
key = "<leader>fe";
|
||||
mode = ["n"];
|
||||
action = "<cmd>Neotree toggle<cr>";
|
||||
desc = "File browser toggle";
|
||||
}
|
||||
];
|
||||
|
||||
theme = {
|
||||
@ -128,6 +134,8 @@
|
||||
projects.project-nvim.enable = true;
|
||||
dashboard.dashboard-nvim.enable = true;
|
||||
|
||||
filetree.neo-tree.enable = true;
|
||||
|
||||
notify = {
|
||||
nvim-notify.enable = true;
|
||||
nvim-notify.setupOpts.background_colour = "#${config.lib.stylix.colors.base01}";
|
||||
|
Loading…
Reference in New Issue
Block a user